summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--metadata.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/metadata.json b/metadata.json
new file mode 100644
index 0000000..5652526
--- /dev/null
+++ b/metadata.json
@@ -0,0 +1,30 @@
+{
+ "name": "HugoNikanor-webdav_server",
+ "version": "0.1.0",
+ "author": "HugoNiknaor",
+ "license": "None",
+ "summary": "Creates DNS-records and DNS-zones for Named",
+ "source": "https://git.hornquist.se/puppet/dns_record",
+ "dependencies": [
+ {
+ "name": "puppetlabs/stdlib",
+ "version": ">= 8.1.0 < 9.0.0"
+ },
+ {
+ "name": "puppet/nginx",
+ "version": ">= 3.3.0 < 4.0.0"
+ }
+ ],
+ "operatingsystem_support": [
+ {
+ "operatingsystem": "Archlinux"
+ },
+ {
+ "operatingsystem": "Debian",
+ "operatingsystemrelease": [
+ "10",
+ "11"
+ ]
+ }
+ ]
+}