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_agent_spec.rb
describe 'puppet::agent' 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
let :pre_condition do

Also available in: Unified diff