Commit f7ac6cb7b94156db2e4d63d47758206f7a1d118c
1 parent
b3115454
Exists in
master
and in
39 other branches
Unsetting lc_all
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
puppet/bootstrap.sh
@@ -10,3 +10,5 @@ if [ "$PUPPET_VERSION" != '3.2.3-1puppetlabs1' ] ; then | @@ -10,3 +10,5 @@ if [ "$PUPPET_VERSION" != '3.2.3-1puppetlabs1' ] ; then | ||
10 | fi | 10 | fi |
11 | 11 | ||
12 | cp /vagrant/puppet/hiera.yaml /etc/puppet/hiera.yaml -f | 12 | cp /vagrant/puppet/hiera.yaml /etc/puppet/hiera.yaml -f |
13 | + | ||
14 | +update-locale LC_ALL='' |