Project

General

Profile

« Previous | Next » 

Revision 86715afc

Added by Brandon Weeks over 8 years ago

Add dhcp_browser plugin

View differences:

manifests/plugin/dhcp_browser.pp
# Installs foreman_dhcp_browser plugin
class foreman::plugin::dhcp_browser {
foreman::plugin {'dhcp_browser': }
}
spec/classes/foreman_plugin_dhcp_browser_spec.rb
require 'spec_helper'
describe 'foreman::plugin::dhcp_browser' do
let(:facts) do
on_supported_os['redhat-7-x86_64']
end
it { should contain_foreman__plugin('dhcp_browser') }
end

Also available in: Unified diff