From 735572fac73a710321b2bc469be2cbdf17c46b11 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Sun, 28 Nov 2010 13:01:46 -0500 Subject: Fix whitespace and coding standards to use standard formatting styles (I believe that this Closes #2353) --- manifests/puppetmaster/linux.pp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'manifests/puppetmaster/linux.pp') diff --git a/manifests/puppetmaster/linux.pp b/manifests/puppetmaster/linux.pp index 3d36f75..2670203 100644 --- a/manifests/puppetmaster/linux.pp +++ b/manifests/puppetmaster/linux.pp @@ -1,16 +1,16 @@ class puppet::puppetmaster::linux inherits puppet::linux { if $puppetmaster_mode == 'passenger' { - exec{'notify_passenger_puppetmaster': + exec { 'notify_passenger_puppetmaster': refreshonly => true, command => 'touch /etc/puppet/rack/tmp/restart.txt && sleep 1 && rm /etc/puppet/rack/tmp/restart.txt', - } + } } else { - service{'puppetmaster': - ensure => running, - enable => true, - require => [ Package[puppet] ], - } + service { 'puppetmaster': + ensure => running, + enable => true, + require => [ Package[puppet] ], + } } Service[puppet]{ require +> Service[puppetmaster], -- cgit v1.2.3