Update PE and OS compatibility info in metadata
Now compatible with PE 3.4 and SLES 10.
This commit is contained in:
parent
c6f894545d
commit
fef9602dcf
1 changed files with 7 additions and 1 deletions
|
@ -40,6 +40,12 @@
|
|||
"7"
|
||||
]
|
||||
},
|
||||
{
|
||||
"operatingsystem": "SLES",
|
||||
"operatingsystemrelease": [
|
||||
"10 SP4"
|
||||
]
|
||||
},
|
||||
{
|
||||
"operatingsystem": "SLES",
|
||||
"operatingsystemrelease": [
|
||||
|
@ -65,7 +71,7 @@
|
|||
"requirements": [
|
||||
{
|
||||
"name": "pe",
|
||||
"version_requirement": ">= 3.2.0 < 3.4.0"
|
||||
"version_requirement": "3.x"
|
||||
},
|
||||
{
|
||||
"name": "puppet",
|
||||
|
|
Loading…
Reference in a new issue