Skip to content

Commit a3d9d07

Browse files
authored
Merge pull request #8 from felipe1982/patch-1
ensure => absent should require "install-pip"
2 parents 37bdaa5 + bdd62dd commit a3d9d07

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

manifests/install.pp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
exec { "uninstall-${package}":
4343
command => "pip${python_version} uninstall ${package} -y",
4444
onlyif => "pip${python_version} freeze | cut -d= -f1 | egrep '^${package}$'",
45+
require => Exec["install-pip${python_version}"],
4546
}
4647
}
4748
}

0 commit comments

Comments
 (0)