Project

General

Profile

« Previous | Next » 

Revision c2728551

Added by Ewoud Kohl van Wijngaarden over 10 years ago

Switch from theforeman/apache to puppetlabs/apache

This silently ignores the PassengerMaxPoolSize parameter now.

View differences:

spec/classes/puppet_server_spec.rb
"class {'puppet': server => true}"
end
let :facts do
{
:osfamily => 'RedHat',
:fqdn => 'puppetmaster.example.com',
:clientcert => 'puppetmaster.example.com',
}
end
let :facts do {
:concat_basedir => '/nonexistant',
:clientcert => 'puppetmaster.example.com',
:fqdn => 'puppetmaster.example.com',
:operatingsystemrelease => '6.5',
:osfamily => 'RedHat',
} end
describe 'with no custom parameters' do
it 'should include classes' do

Also available in: Unified diff