class ForemanMaintain::Cli::PluginCommand

Public Instance Methods

execute() click to toggle source
# File lib/foreman_maintain/cli/plugin_command.rb, line 8
def execute
  run_scenarios_and_exit(Scenarios::Puppet::RemovePuppet.new(:remove_data => remove_data?))
end