summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-08-08 00:11:10 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-08-08 00:28:57 +0200
commita00e6f3ef51301689dd4a88c03205e025ebf4a82 (patch)
tree4a291d9e0d17efd46602b576560a853d0914730d
parentRemove TODO comment about aur package. (diff)
downloadwebdav_server-a00e6f3ef51301689dd4a88c03205e025ebf4a82.tar.gz
webdav_server-a00e6f3ef51301689dd4a88c03205e025ebf4a82.tar.xz
Add metadata.json
-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"
+ }
+ ]
+}