From e0db3da9b372e5d26ca4bdbab5242d5a5972584f Mon Sep 17 00:00:00 2001 From: Charles Oliveira <18oliveira.charles@gmail.com> Date: Fri, 1 Aug 2014 11:36:20 -0300 Subject: [PATCH] Removed line adding locale_all --- puppet/bootstrap.py | 2 -- 1 file changed, 0 insertions(+), 2 deletions(-) diff --git a/puppet/bootstrap.py b/puppet/bootstrap.py index 66fcf24..98b3c6d 100644 --- a/puppet/bootstrap.py +++ b/puppet/bootstrap.py @@ -196,8 +196,6 @@ def main(): if os.path.isfile('/vagrant/puppet/hiera.yaml'): copyfile('/vagrant/puppet/hiera.yaml', '/etc/puppet/hiera.yaml') - locale.setlocale(locale.LC_ALL, '') - install_puppet_modules() -- libgit2 0.21.2