diff options
author | elijah <elijah@riseup.net> | 2016-02-16 13:38:15 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2016-02-16 13:38:15 -0800 |
commit | 85b21bf1e423cbbc7b44b0ff8e2d3de49a9fdeba (patch) | |
tree | 3bb309e9e2b41c66f022cdbce140fcf8f2920d66 | |
parent | 553abaa13d0a5232f807951754f12da9ff3fa7a6 (diff) |
add back required_packages()... not ideal, should be removed eventually.
-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 |