diff options
Diffstat (limited to 'lib/leap_cli')
-rw-r--r-- | lib/leap_cli/remote/tasks.rb | 1 |
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 |