X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=manifests%2Fforce.pp;h=8ceeb17060a57cf68d50a6681542cde134ecd7ce;hb=396e11af3a0ee7d0b5820a136bdb17f2ea4bf41b;hp=7524981da251452ec6e125c51afce9b55ef204e2;hpb=84340fda16f7f371b505171f9ed84bff87c735c5;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/manifests/force.pp b/manifests/force.pp index 7524981..8ceeb17 100644 --- a/manifests/force.pp +++ b/manifests/force.pp @@ -52,8 +52,9 @@ define apt::force( } exec { "${provider} -y ${config_files} ${config_missing} ${release_string} install ${name}${version_string}": - unless => $install_check, - logoutput => 'on_failure', - timeout => $timeout, + unless => $install_check, + environment => ['LC_ALL=C', 'LANG=C'], + logoutput => 'on_failure', + timeout => $timeout, } }