aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-04-09 16:18:10 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-04-09 16:18:10 +0200
commitf22a16c82d482441b8e1d815bfd90fce22ec6ce8 (patch)
treefc2e4792137c0ac9aa8d838ded0b7cefa644a272
parent6d9fbb538c3061c8b78b8f913e9232fb5a76ed9b (diff)
downloadPuppet-f22a16c82d482441b8e1d815bfd90fce22ec6ce8.tar.gz
Puppet-f22a16c82d482441b8e1d815bfd90fce22ec6ce8.tar.zst
Puppet-f22a16c82d482441b8e1d815bfd90fce22ec6ce8.zip
Add upgrade to pip command for caldance
-rw-r--r--modules/role/manifests/caldance.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/role/manifests/caldance.pp b/modules/role/manifests/caldance.pp
index b5f4d06..8d37df0 100644
--- a/modules/role/manifests/caldance.pp
+++ b/modules/role/manifests/caldance.pp
@@ -86,7 +86,7 @@ class role::caldance (
86 cwd => $caldance_app, 86 cwd => $caldance_app,
87 user => $user, 87 user => $user,
88 environment => concat(["HOME=${home}"], $shell_env), 88 environment => concat(["HOME=${home}"], $shell_env),
89 command => "/usr/bin/sed -i -e '/GDAL/d' requirements.txt && ${home}/virtualenv/bin/pip install -r requirements.txt", 89 command => "/usr/bin/sed -i -e '/GDAL/d' requirements.txt && ${home}/virtualenv/bin/pip install -r requirements.txt --upgrade",
90 require => User["$user:"], 90 require => User["$user:"],
91 refreshonly => true, 91 refreshonly => true,
92 } ~> 92 } ~>