indentation

This commit is contained in:
Udo Waechter
2013-10-17 09:05:18 +02:00
parent 094009d946
commit fe17380178
2 changed files with 7 additions and 3 deletions

View File

@@ -30,9 +30,13 @@ class puppet::puppetmaster ($ensure = 'present', $puppetqd = false) {
ensure => $ensure,
}
ganglia::gmetric::cron { 'puppetmaster.rb': runwhen => '5', }
ganglia::gmetric::cron {
'puppetmaster.rb':
runwhen => '5';
ganglia::gmetric::cron { 'puppetmaster_compiletime.rb': runwhen => '60', }
'puppetmaster_compiletime.rb':
runwhen => '60',
}
}
# ## remove disk reports from time to time

View File

@@ -44,4 +44,4 @@ runinterval=1800
splay=true
report=true
server=<%= scope.lookupvar("puppetmaster_server") %>
configtimeout=240
configtimeout=520