summaryrefslogtreecommitdiff
path: root/manifests/puppetmaster/linux.pp
diff options
context:
space:
mode:
authorKeith aka fugit <fugit13@gmail.com>2011-04-22 10:50:27 -0400
committerKeith aka fugit <fugit13@gmail.com>2011-04-22 10:50:27 -0400
commit48affeddf6b343452e44cacd7b0d97295ba79a7b (patch)
tree45d67f4b17b1bda078daff5f30de5849510ae448 /manifests/puppetmaster/linux.pp
parent66ce6a1344ab711b29897a26ab60da14f295fa6e (diff)
Fix the notify call for puppet service so it will work with passenger
Diffstat (limited to 'manifests/puppetmaster/linux.pp')
-rw-r--r--manifests/puppetmaster/linux.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/puppetmaster/linux.pp b/manifests/puppetmaster/linux.pp
index 2670203..a5098cd 100644
--- a/manifests/puppetmaster/linux.pp
+++ b/manifests/puppetmaster/linux.pp
@@ -11,8 +11,8 @@ class puppet::puppetmaster::linux inherits puppet::linux {
enable => true,
require => [ Package[puppet] ],
}
- }
- Service[puppet]{
- require +> Service[puppetmaster],
+ Service[puppet]{
+ require +> Service[puppetmaster],
+ }
}
}