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_init_spec.rb
describe 'puppet' do
let(:facts) do
{
:fqdn => 'puppetmaster.example.com',
:clientcert => 'puppetmaster.example.com',
:osfamily => 'RedHat'
}
end
let :facts do {
:clientcert => 'puppetmaster.example.com',
:concat_basedir => '/nonexistant',
:fqdn => 'puppetmaster.example.com',
:operatingsystemrelease => '6.5',
:osfamily => 'RedHat',
} end
describe 'with no custom parameters' do
it { should contain_class('puppet::config') }

Also available in: Unified diff