]> gitweb.fluxo.info Git - leap/leap_cli.git/commitdiff
run locale-gen on node init.
authorelijah <elijah@riseup.net>
Thu, 7 Feb 2013 10:35:56 +0000 (02:35 -0800)
committerelijah <elijah@riseup.net>
Thu, 7 Feb 2013 10:35:56 +0000 (02:35 -0800)
lib/leap_cli/remote/tasks.rb

index ef41cb06821ee433484044dcdde1af8ea1de7e36..4df2cee24c5409c40a6c600d42d870a593aa9327 100644 (file)
@@ -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