summaryrefslogtreecommitdiff
path: root/metadata.json
blob: 17e26eb8fd2a01abab60a9ee76ca6add81aa4762 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
    "name": "HugoNikanor-cgit",
    "version": "0.1.0",
    "author": "Hugo Hörnquist",
    "license": "None",
    "summary": "Configures cgit.",
    "source": "https://git.hornquist.se/puppet/cgit",
    "dependencies": [
	{
	    "name": "puppet/nginx",
	    "version": ">= 3.3.0 < 4.0.0"
	},
	{
	    "name": "puppetlabs/stdlib",
	    "version": ">= 8.1.0 < 9.0.0"
	}
    ],
    "operatingsystem_support": [
	"operatingsystem": "Ubuntu",
	"operatingsystemrelease": [
	    "18"
	]
    ]
}