summaryrefslogtreecommitdiff
path: root/metadata.json
blob: 67d7e87bf7e865248ddf07a173c67b97b44d2a2c (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
33
34
35
36
37
38
39
40
41
42
43
{
  "name": "HugoNikanor-xorg",
  "version": "0.1.0",
  "author": "HugoNikanor",
  "summary": "Handle Xorg configuration settings",
  "license": "Apache-2.0",
  "source": "https://git.hornquist.se/puppet/xorg",
  "operatingsystem_support": [
    {
      "operatingsystem": "Archlinux"
    },
    {
      "operatingsystem": "Ubuntu",
      "operatingsystemrelease": [
        "18",
        "20",
        "22"
      ]
    },
    {
      "operatingsystem": "RedHat",
      "operatingsystemrelease": [
        "7",
        "8"
      ]
    }
  ],
  "requirements": [
    {
      "name": "puppet",
      "version_requirement": ">= 6.21.0 < 8.0.0"
    }
  ],
  "dependencies": [
  ],
  "tags": [
    "xorg",
    "xorg.conf"
  ],
  "pdk-version": "2.5.0",
  "template-url": "pdk-default#2.5.0",
  "template-ref": "tags/2.5.0-0-g369d483"
}