Project

General

Profile

« Previous | Next » 

Revision cccd4e6a

Added by Stephen Benjamin almost 9 years ago

Install remote execution plugin

closes GH-349

View differences:

manifests/plugin/remote_execution.pp
# Installs foreman_remote_execution plugin
class foreman::plugin::remote_execution {
foreman::plugin {'remote_execution':
}
}
spec/classes/foreman_plugin_remote_execution_spec.rb
require 'spec_helper'
describe 'foreman::plugin::remote_execution' do
on_supported_os.each do |_os, facts|
let(:facts) { facts }
it { should contain_foreman__plugin('remote_execution') }
end
end

Also available in: Unified diff