Project

General

Profile

« Previous | Next » 

Revision 885a3086

Added by Greg Petras over 9 years ago

fixes #8944 - rename facts parameter

View differences:

spec/classes/puppet_server_config_spec.rb
it 'should set up the ENC' do
should contain_class('foreman::puppetmaster').with({
:foreman_url => "https://#{facts[:fqdn]}",
:facts => true,
:receive_facts => true,
:puppet_home => '/var/lib/puppet',
:puppet_basedir => '/usr/lib/ruby/site_ruby/1.9/puppet',
})

Also available in: Unified diff