summaryrefslogtreecommitdiff
path: root/lib/leap_cli/remote/leap_plugin.rb
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-09-21 18:50:47 -0700
committerelijah <elijah@riseup.net>2013-09-21 18:50:47 -0700
commit5e021210f883ffa72dbadee75bd02a7f7319ca17 (patch)
tree7a0534e106de827a89ee4e5e57b5b89042d7e5ef /lib/leap_cli/remote/leap_plugin.rb
parent16cec251edc8fa3761efa588bedd2730cf1153b3 (diff)
fix for: locale-gen should be run after package "locales" is installed (Bug #3741)
Diffstat (limited to 'lib/leap_cli/remote/leap_plugin.rb')
-rw-r--r--lib/leap_cli/remote/leap_plugin.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/leap_cli/remote/leap_plugin.rb b/lib/leap_cli/remote/leap_plugin.rb
index f5bf490..04b1e2c 100644
--- a/lib/leap_cli/remote/leap_plugin.rb
+++ b/lib/leap_cli/remote/leap_plugin.rb
@@ -6,7 +6,7 @@
module LeapCli; module Remote; module LeapPlugin
def required_packages
- "puppet ruby-hiera-puppet rsync lsb-release"
+ "puppet ruby-hiera-puppet rsync lsb-release locales"
end
def log(*args, &block)