aboutsummaryrefslogtreecommitdiff
path: root/metadata.json
blob: 1b9403f7d2e587a9a2013fe647b88cbcf479c3c2 (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
25
26
27
28
29
30
31
32
{
	"name": "HugoNikanor-envvar",
	"version": "0.1.0",
	"author": "Hugo Hörnquist",
	"license": "None",
	"summary": "Sets global environment variables.",
	"source": "https://git.hornquist.se/puppet/envvar",
	"dependencies": [
		{
			"name": "puppetlabs/concat",
			"version_requirement": ">= 7.2.0 < 8.0.0"
		}
	],
	"operatingsystem_support": [
		{
			"operatingsystem": "Archlinux"
		},
		{
			"operatingsystem": "Ubuntu",
			"operatingsystemrelease": [
				"16", "18", "20", "22"
			]
		},
		{
			"operatingsystem": "Debian",
			"operatingsystemrelease": [
				"8", "9", "10", "11", "12"
			]
		}
	]

}