Commit f7ac6cb7b94156db2e4d63d47758206f7a1d118c

Authored by Matheus Figueiredo
1 parent b3115454

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 10 fi
11 11  
12 12 cp /vagrant/puppet/hiera.yaml /etc/puppet/hiera.yaml -f
  13 +
  14 +update-locale LC_ALL=''
... ...