diff options
Diffstat (limited to 'lib/leap_cli')
-rw-r--r-- | lib/leap_cli/remote/leap_plugin.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/leap_cli/remote/leap_plugin.rb b/lib/leap_cli/remote/leap_plugin.rb index 9e255ea..50f759e 100644 --- a/lib/leap_cli/remote/leap_plugin.rb +++ b/lib/leap_cli/remote/leap_plugin.rb @@ -5,6 +5,10 @@ module LeapCli; module Remote; module LeapPlugin + def required_packages + "puppet rsync lsb-release locales" + end + def log(*args, &block) LeapCli::Util::log(*args, &block) end |