summaryrefslogtreecommitdiff
path: root/manifests/master/linux.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/master/linux.pp')
-rw-r--r--manifests/master/linux.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/master/linux.pp b/manifests/master/linux.pp
index d2fb5b1..e52db63 100644
--- a/manifests/master/linux.pp
+++ b/manifests/master/linux.pp
@@ -11,8 +11,8 @@ class puppet::master::linux inherits puppet::linux {
enable => true,
require => [ Package[puppet] ],
}
- }
- Service[puppet]{
- require +> Service[puppetmaster],
+ Service[puppet]{
+ require +> Service[puppetmaster],
+ }
}
}