From: elijah Date: Thu, 7 Feb 2013 10:35:56 +0000 (-0800) Subject: run locale-gen on node init. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=39e324a1d0a17f7811bbc955aad9d453ad296839;p=leap%2Fleap_cli.git run locale-gen on node init. --- diff --git a/lib/leap_cli/remote/tasks.rb b/lib/leap_cli/remote/tasks.rb index ef41cb0..4df2cee 100644 --- a/lib/leap_cli/remote/tasks.rb +++ b/lib/leap_cli/remote/tasks.rb @@ -16,6 +16,7 @@ end task :install_prerequisites, :max_hosts => MAX_HOSTS do leap.mkdirs puppet_destination + run "locale-gen" leap.log :updating, "package list" do run "apt-get update" end