summaryrefslogtreecommitdiff
path: root/metadata.json
blob: 416dd61a22cf5f138454de95baba8b74a8631bd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "name": "HugoNikanor-systemd_mount",
    "version": "0.1.0",
    "author": "Hugo Hörnquist",
    "license": "None",
    "summary": "Configures systemd mounts.",
    "source": "https://source-code-for-module",
    "dependencies": [
	{
	    "name": "puppet/systemd",
	    "version_requirement": ">= 3.5.0 < 4.0.0"
	}
    ],
    "operatingsystem_support": [
        {
            "operatingsystem": "Archlinux"
        }
    ]
}