X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FPuppet.git;a=blobdiff_plain;f=modules%2Frole%2Fmanifests%2Fcaldance.pp;h=8d37df0f1b5eb44d9ef463932575461952c343ba;hp=b5f4d067bf1e16f6617390aebf133ef3e6beef24;hb=f22a16c82d482441b8e1d815bfd90fce22ec6ce8;hpb=6d9fbb538c3061c8b78b8f913e9232fb5a76ed9b 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 ( cwd => $caldance_app, user => $user, environment => concat(["HOME=${home}"], $shell_env), - command => "/usr/bin/sed -i -e '/GDAL/d' requirements.txt && ${home}/virtualenv/bin/pip install -r requirements.txt", + command => "/usr/bin/sed -i -e '/GDAL/d' requirements.txt && ${home}/virtualenv/bin/pip install -r requirements.txt --upgrade", require => User["$user:"], refreshonly => true, } ~>