get rid of builddep
[puppet-modules/puppetlabs-apt.git] / manifests / force.pp
index 7524981da251452ec6e125c51afce9b55ef204e2..8ceeb17060a57cf68d50a6681542cde134ecd7ce 100644 (file)
@@ -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,
   }
 }