summaryrefslogtreecommitdiff
path: root/metadata.json
blob: 94ae8005783a25ff8cf5cc1df1f9874ed6db0db9 (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-syslinux",
    "version": "0.1.0",
    "author": "Hugo Hörnquist",
    "license": "None",
    "summary": "Configures syslinux",
    "source": "https://git.hornquist.se/puppet/syslinux",
    "dependencies": [
        {
            "name": "puppetlabs/stdlib",
            "version_requirement": ">= 8.1.0 < 9.0.0"
        },
        {
            "name": "HugoNikanor/pacman",
            "version_requirement": ">= 0.1.0 < 0.2.0"
        }
    ],
    "operatingsystem_support": [
        {
            "operatingsystem": "Archlinux"
        }
    ]
}