summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--metadata.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/metadata.json b/metadata.json
new file mode 100644
index 0000000..61c1bb3
--- /dev/null
+++ b/metadata.json
@@ -0,0 +1,23 @@
+{
+ "name": "HugoNikanor-webdav_server",
+ "version": "0.1.0",
+ "author": "HugoNiknaor",
+ "license": "None",
+ "summary": "Configures a webdav-server inside nginx",
+ "source": "https://git.hornquist.se/puppet/webdav_server",
+ "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"
+ }
+ ]
+}