From 1e77a6c94178f61ab227fa0feb69928affe8e49b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 8 Aug 2022 00:11:31 +0200 Subject: Add metadata.json --- metadata.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 metadata.json 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" + } + ] +} -- cgit v1.2.3