}
apache2::config { 'ressource-limits':
- content => template('apache2/ressource-limits.erb'),
+ ensure => absent,
+ }
+
+ apache2::config { 'resource-limits':
+ content => template('apache2/resource-limits.erb'),
}
apache2::config { 'security':
--- /dev/null
+##
+## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
+## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
+##
+
+RLimitCPU 180
+<%=
+if scope.lookupvar('site::nodeinfo')['buildd_master'] then
+ # buildd.debian.org
+ "RLimitMEM "+(96 * 1024**2).to_s
+else
+ case fqdn
+ when "berlioz.debian.org" then
+ ""
+ when "tchaikovsky.debian.org" then
+ "RLimitMEM "+(96 * 1024**2).to_s
+ else
+ "RLimitMEM "+(32 * 1024**2).to_s
+ end
+end
+%>
+RLimitNPROC 128
+++ /dev/null
-##
-## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
-## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
-##
-
-RLimitCPU 180
-<%=
-if scope.lookupvar('site::nodeinfo')['buildd_master'] then
- # buildd.debian.org
- "RLimitMEM "+(96 * 1024**2).to_s
-else
- case fqdn
- when "berlioz.debian.org" then
- ""
- when "tchaikovsky.debian.org" then
- "RLimitMEM "+(96 * 1024**2).to_s
- else
- "RLimitMEM "+(32 * 1024**2).to_s
- end
-end
-%>
-RLimitNPROC 128
file=/etc/munin/plugins/exim_mailstats
file=/etc/munin/plugins/postfix_mailqueue
file=/etc/munin/plugins/postfix_mailvolume
-file=/etc/apache2/conf.d/ressource-limits
+file=/etc/apache2/conf.d/resource-limits
file=/etc/apache2/mods-enabled/info.conf
file=/etc/apache2/mods-enabled/info.load
file=/etc/apache2/mods-enabled/server.conf