From fe173801789dffd582a56964369e36b72ad41823 Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Thu, 17 Oct 2013 09:05:18 +0200 Subject: [PATCH] indentation --- manifests/puppetmaster.pp | 8 ++++++-- templates/puppet.conf.erb | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/manifests/puppetmaster.pp b/manifests/puppetmaster.pp index ebb02a8..48b8bcc 100644 --- a/manifests/puppetmaster.pp +++ b/manifests/puppetmaster.pp @@ -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 diff --git a/templates/puppet.conf.erb b/templates/puppet.conf.erb index 7488a6e..4590226 100644 --- a/templates/puppet.conf.erb +++ b/templates/puppet.conf.erb @@ -44,4 +44,4 @@ runinterval=1800 splay=true report=true server=<%= scope.lookupvar("puppetmaster_server") %> -configtimeout=240 +configtimeout=520