summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-08-08 00:12:11 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-08-08 00:28:57 +0200
commit6c6ea0a88e9394eb62320bc405aab6cc8bd857de (patch)
treed1960a608dafb9cb2f955bd7e1d2e5d39d93fa67
parentMade dns_record autoreport more forgiving. (diff)
downloaddns_record-6c6ea0a88e9394eb62320bc405aab6cc8bd857de.tar.gz
dns_record-6c6ea0a88e9394eb62320bc405aab6cc8bd857de.tar.xz
Add metadata.json
-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"
+ ]
+ }
+ ]
+}