Skip to content

Commit 9376c1f

Browse files
committed
CentOS: Fix ordering dependency
The python package resource should always be executed after the epel repository because python could come from that. epel has python34 and python36.
1 parent b03ad20 commit 9376c1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manifests/install.pp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@
243243
if $python::use_epel == true {
244244
include 'epel'
245245
Class['epel'] -> Package['pip']
246+
Class['epel'] -> Package['python']
246247
}
247248
}
248249
if ($venv_ensure != 'absent') and ($facts['os']['release']['full'] =~ /^6/) {

0 commit comments

Comments
 (0)