summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-08-08 00:11:31 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-08-08 00:28:57 +0200
commit1e77a6c94178f61ab227fa0feb69928affe8e49b (patch)
tree417ab64c61760fe3aa2b4a4cb38f506473b8f162
parentwpa_supplicant add country field. (diff)
downloadwpa_supplicant-1e77a6c94178f61ab227fa0feb69928affe8e49b.tar.gz
wpa_supplicant-1e77a6c94178f61ab227fa0feb69928affe8e49b.tar.xz
Add metadata.json
-rw-r--r--metadata.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/metadata.json b/metadata.json
new file mode 100644
index 0000000..b09ff32
--- /dev/null
+++ b/metadata.json
@@ -0,0 +1,19 @@
+{
+ "name": "HugoNikanor-wpa_supplicant",
+ "version": "0.1.0",
+ "author": "HugoNiknaor",
+ "license": "None",
+ "summary": "Configures WPA-supplicant",
+ "source": "https://git.hornquist.se/puppet/wpa_supplicant",
+ "dependencies": [
+ {
+ "name": "puppetlabs/stdlib",
+ "version": ">= 8.1.0 < 9.0.0"
+ }
+ ],
+ "operatingsystem_support": [
+ {
+ "operatingsystem": "Archlinux"
+ }
+ ]
+}