Skip to content

Commit f90b5bf

Browse files
LuoLuo
authored andcommitted
add ol8 support
1 parent a9eff93 commit f90b5bf

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

manifests/params.pp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
'7': {
2525
$pkg_pip = 'python2-pip'
2626
}
27+
'8': {
28+
$pkg_dev = 'python3-devel'
29+
$pkg_pip = 'python3-pip'
30+
}
2731
default: {
2832
$pkg_pip = 'python-pip'
2933
}

metadata.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,17 @@
4444
"operatingsystemrelease": [
4545
"5",
4646
"6",
47-
"7"
47+
"7",
48+
"8"
4849
]
4950
},
5051
{
5152
"operatingsystem": "RedHat",
5253
"operatingsystemrelease": [
5354
"5",
5455
"6",
55-
"7"
56+
"7",
57+
"8"
5658
]
5759
},
5860
{

0 commit comments

Comments
 (0)