From 5e021210f883ffa72dbadee75bd02a7f7319ca17 Mon Sep 17 00:00:00 2001 From: elijah Date: Sat, 21 Sep 2013 18:50:47 -0700 Subject: fix for: locale-gen should be run after package "locales" is installed (Bug #3741) --- lib/leap_cli/remote/leap_plugin.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/leap_cli/remote/leap_plugin.rb') 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) -- cgit v1.2.3