Project

General

Profile

« Previous | Next » 

Revision 4b5caab2

Added by Dominic Cleal about 10 years ago

Contain Apache before foreman::config, stops it being (re)started after
foreman_smartproxy resources

View differences:

spec/classes/foreman_config_spec.rb
should contain_cron('daily summary').with_ensure('absent')
end
it { should contain_class('foreman::config::passenger').with({
:listen_on_interface => '',
:scl_prefix => 'ruby193',
})}
it 'should contain foreman::config::passenger' do
should contain_class('foreman::config::passenger').
with_listen_on_interface('').
with_scl_prefix('ruby193').
that_comes_before('Anchor[foreman::config_end]')
end
end
describe 'without passenger' do

Also available in: Unified diff