Set support for only RHEL/CentOS
This commit is contained in:
parent
67ce8370c2
commit
446295ee82
@ -12,5 +12,19 @@
|
||||
{"name":"puppet-archive","version_requirement":">= 1.0.0"},
|
||||
{"name":"camptocamp-systemd","version_requirement":">= 1.0.0"}
|
||||
],
|
||||
"operatingsystem_support": [
|
||||
{
|
||||
"operatingsystem": "RedHat",
|
||||
"operatingsystemrelease": [
|
||||
"7"
|
||||
]
|
||||
},
|
||||
{
|
||||
"operatingsystem": "CentOS",
|
||||
"operatingsystemrelease": [
|
||||
"7"
|
||||
]
|
||||
}
|
||||
],
|
||||
"data_provider": "hiera"
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user