summaryrefslogtreecommitdiff
path: root/metadata.json
blob: a069fb16a519788ea57993b9c6e4b79228bc6541 (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-pacman",
    "version": "0.1.1",
    "author": "Hugo Hörnquist",
    "license": "None",
    "summary": "Interface with Arch Linux's package manager.",
    "source": "https://git.hornquist.se/puppet/pacman",
	"dependencies": [
		{
			"name": "puppetlabs/concat",
			"version_requirement": ">= 7.2.0 < 8.0.0"
		}
	],
    "operatingsystem_support": [
        {
            "operatingsystem": "Archlinux"
        }
    ],
  "pdk-version": "2.5.0",
  "template-url": "pdk-default#2.5.0",
  "template-ref": "tags/2.5.0-0-g369d483"
}