From 39e324a1d0a17f7811bbc955aad9d453ad296839 Mon Sep 17 00:00:00 2001 From: elijah Date: Thu, 7 Feb 2013 02:35:56 -0800 Subject: run locale-gen on node init. --- lib/leap_cli/remote/tasks.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') 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 -- cgit v1.2.3