summaryrefslogtreecommitdiff
path: root/metadata.json
blob: 70c62b3152e9978233604b792495f822a3b7fd57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "name": "HugoNikanor-nsupdate",
    "version": "0.1.0",
    "author": "HugoNiknaor",
    "license": "None",
    "summary": "Sends periodic nsupdates to a nameserver.",
    "source": "https://git.hornquist.se/puppet/nsupdate",
    "dependencies": [
        {
            "name": "puppetlabs/stdlib",
            "version_requirement": ">= 8.1.0 < 9.0.0"
        }
    ],
    "operatingsystem_support": [
        {
            "operatingsystem": "Ubuntu",
            "operatingsystemrelease": [
                "18.04"
            ]
        }
    ]
}