-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.json
21 lines (21 loc) · 946 Bytes
/
metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "sbitio-hiera_yaml_hierarchy_expander",
"version": "2.0.0",
"author": "SB IT Media, S.L.",
"summary": "Hiera backend plugin that expands the hierarchy definition by interpolating arrays and wildcards",
"license": "MIT",
"source": "http://github.com/sbitio/hiera-yaml_hierarchy_expander",
"project_page": "https://github.com/sbitio/hiera-yaml_hierarchy_expander",
"issues_url": "https://github.com/sbitio/hiera-yaml_hierarchy_expander/issues",
"tags": ["hiera", "backend", "yaml"],
"dependencies": [],
"operatingsystem_support": [
{"operatingsystem": "CentOS","operatingsystemrelease":["6","7"]},
{"operatingsystem": "Debian","operatingsystemrelease":["7","8"]},
{"operatingsystem": "Redhat","operatingsystemrelease":["6","7"]},
{"operatingsystem": "Ubuntu","operatingsystemrelease":["12.04","14.04"]}
],
"requirements": [
{"name": "puppet", "version_requirement": ">= 4.0.0 < 5.0.0"}
]
}