X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fapache2%2Fmanifests%2Finit.pp;h=3d49ce84b29b7336ceee6d77328c6abddf023460;hb=d42b232629e0f6dc147bc53d940493467d3852d2;hp=0470b644b5fe0751c9b5ef8d7442a9e77c70c475;hpb=b82e4a59eba38d6a82141572ecb5d4fa160762b8;p=mirror%2Fdsa-puppet.git diff --git a/modules/apache2/manifests/init.pp b/modules/apache2/manifests/init.pp index 0470b644b..3d49ce84b 100644 --- a/modules/apache2/manifests/init.pp +++ b/modules/apache2/manifests/init.pp @@ -43,6 +43,8 @@ class apache2 { if has_role('buildd_master') { $memlimit = 192 * 1024 * 1024 + } elsif has_role('buildd_ports_master') { + $memlimit = 192 * 1024 * 1024 } elsif has_role('nagiosmaster') { $memlimit = 96 * 1024 * 1024 } elsif has_role('packagesqamaster') { @@ -77,6 +79,10 @@ class apache2 { source => 'puppet:///modules/apache2/puppet-ssl-macros', } + apache2::config { 'puppet-config': + source => 'puppet:///modules/apache2/puppet-config', + } + file { '/etc/apache2/sites-available/common-ssl.inc': ensure => absent, }