summaryrefslogtreecommitdiff
path: root/metadata.json
blob: 3c35285534452900bcf6a0320163e05342d937eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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_requirement": ">= 8.1.0 < 9.0.0"
        },
        {
            "name": "puppet/nginx",
            "version_requirement": ">= 3.3.0 < 4.0.0"
        }
    ],
    "operatingsystem_support": [
        {
            "operatingsystem": "Archlinux"
        }
    ]
}