Skip to content

Commit 2a2a7ac

Browse files
authored
Merge pull request #546 from voxpupuli/depb
CentOS: Fix ordering dependency
2 parents b48ed4e + 9376c1f commit 2a2a7ac

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)