We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37bdaa5 + bdd62dd commit a3d9d07Copy full SHA for a3d9d07
1 file changed
manifests/install.pp
@@ -42,6 +42,7 @@
42
exec { "uninstall-${package}":
43
command => "pip${python_version} uninstall ${package} -y",
44
onlyif => "pip${python_version} freeze | cut -d= -f1 | egrep '^${package}$'",
45
+ require => Exec["install-pip${python_version}"],
46
}
47
48
0 commit comments