summaryrefslogtreecommitdiff
path: root/lib/leap_cli/remote/tasks.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/leap_cli/remote/tasks.rb')
-rw-r--r--lib/leap_cli/remote/tasks.rb1
1 files changed, 1 insertions, 0 deletions
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