]> gitweb.fluxo.info Git - hydra.git/commitdiff
Updates Deploy: run puppet with LC_ALL setting
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 19 Oct 2015 17:22:12 +0000 (15:22 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 19 Oct 2015 17:22:12 +0000 (15:22 -0200)
lib/hydra/deploy

index 05479fe695c92afb64f08799eaa87a9e17c9ecb0..2988af428e3b13576dce9ae509b2178955afe1da 100644 (file)
@@ -59,7 +59,7 @@ function hydra_deploy_setup {
   DOMAIN="`echo $FQDN | cut -d . -f 2-`"
   ROLE="`hydra_yaml_param nodo::role $HYDRA_FOLDER/puppet/hiera/node/$FQDN.yaml`"
   LOCATION="`hydra_yaml_param nodo::location $HYDRA_FOLDER/puppet/hiera/node/$FQDN.yaml`"
-  DEPLOY_PUPPET="puppet apply $PUPPET_OPTS $PUPPET_MANIFEST"
+  DEPLOY_PUPPET="LC_ALL=C puppet apply $PUPPET_OPTS $PUPPET_MANIFEST"
   DEPLOY_APPLY="$DEPLOY_COMMAND $DEPLOY_PUPPET"
 
   # Check for manifest