forked from tag1consulting/puppet-yumrepos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.json
38 lines (37 loc) · 1.06 KB
/
metadata.json
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
{
"name": "tag1-yumrepos",
"version": "0.9.1",
"author": "Tag1 Consulting, Inc.",
"summary": "Yum repo definitions for common repos (RHEL/CentOS).",
"license": "BSD 3-Clause",
"source": "git@github.com:tag1consulting/puppet-yumrepos.git",
"project_page": "https://github.com/tag1consulting/puppet-yumrepos",
"issues_url": "https://github.com/tag1consulting/puppet-yumrepos/issues",
"dependencies": [
],
"data_provider": "hiera",
"description": "Provides multiple \"yumrepos::reponame\" classes used to create yum repos on CentOS/RHEL systems. Classes are parameterized so that common options are easily configurable with hiera. Includes GPG keys for repos where available.",
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"6",
"7"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"6",
"7"
]
},
{
"operatingsystem": "Scientific",
"operatingsystemrelease": [
"6",
"7"
]
}
]
}