From 85b21bf1e423cbbc7b44b0ff8e2d3de49a9fdeba Mon Sep 17 00:00:00 2001 From: elijah Date: Tue, 16 Feb 2016 13:38:15 -0800 Subject: add back required_packages()... not ideal, should be removed eventually. --- lib/leap_cli/remote/leap_plugin.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib') 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 -- cgit v1.2.3