Skip to content

Commit a06a061

Browse files
author
Morgan Haskel
committed
Merge pull request puppetlabs#417 from apenney/fix-platforms
Add RHEL7 and Ubuntu 14.04.
2 parents 131aa5d + 8bf9bda commit a06a061

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

metadata.json

+10-5
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,32 @@
44
"operatingsystem": "RedHat",
55
"operatingsystemrelease": [
66
"5",
7-
"6"
7+
"6",
8+
"7"
89
]
910
},
1011
{
1112
"operatingsystem": "CentOS",
1213
"operatingsystemrelease": [
1314
"5",
14-
"6"
15+
"6",
16+
"7"
1517
]
1618
},
1719
{
1820
"operatingsystem": "OracleLinux",
1921
"operatingsystemrelease": [
2022
"5",
21-
"6"
23+
"6",
24+
"7"
2225
]
2326
},
2427
{
2528
"operatingsystem": "Scientific",
2629
"operatingsystemrelease": [
2730
"5",
28-
"6"
31+
"6",
32+
"7"
2933
]
3034
},
3135
{
@@ -39,7 +43,8 @@
3943
"operatingsystem": "Ubuntu",
4044
"operatingsystemrelease": [
4145
"10.04",
42-
"12.04"
46+
"12.04",
47+
"14.04"
4348
]
4449
}
4550
],

0 commit comments

Comments
 (0)