Project

General

Profile

« Previous | Next » 

Revision 7813d882

Added by Ewoud Kohl van Wijngaarden about 7 years ago

Allow including foreman::repo standalone

By adding all parameters on the foreman::repo class it's possible to
include the class without the main foreman class.

View differences:

spec/spec_helper_acceptance.rb
# Install module and dependencies
puppet_module_install(:source => proj_root, :module_name => 'foreman')
hosts.each do |host|
["puppetlabs-stdlib"].each do |mod|
["puppet-extlib", "puppetlabs-apt"].each do |mod|
on host, puppet('module', 'install', mod), { :acceptable_exit_codes => [0] }
end

Also available in: Unified diff