Commit e0db3da9b372e5d26ca4bdbab5242d5a5972584f

Authored by Charles Oliveira
1 parent 45a4239b

Removed line adding locale_all

Showing 1 changed file with 0 additions and 2 deletions   Show diff stats
puppet/bootstrap.py
@@ -196,8 +196,6 @@ def main(): @@ -196,8 +196,6 @@ def main():
196 if os.path.isfile('/vagrant/puppet/hiera.yaml'): 196 if os.path.isfile('/vagrant/puppet/hiera.yaml'):
197 copyfile('/vagrant/puppet/hiera.yaml', '/etc/puppet/hiera.yaml') 197 copyfile('/vagrant/puppet/hiera.yaml', '/etc/puppet/hiera.yaml')
198 198
199 - locale.setlocale(locale.LC_ALL, '')  
200 -  
201 install_puppet_modules() 199 install_puppet_modules()
202 200
203 201