From efda1e72f9649761dd85d056ee4decae711249fa Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Tue, 11 Jan 2011 01:24:22 -0500 Subject: fix misplaced closing curly brace for case statement --- manifests/debian.pp | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'manifests') diff --git a/manifests/debian.pp b/manifests/debian.pp index 2927dd2..de5be53 100644 --- a/manifests/debian.pp +++ b/manifests/debian.pp @@ -16,14 +16,15 @@ class puppet::debian inherits puppet::linux { default: { $real_puppet_hasstatus = false } + } - Service[puppet]{ - hasstatus => $real_puppet_hasstatus, - } - - File['/etc/cron.d/puppetd.cron']{ - path => '/etc/cron.d/puppetd', - } + Service[puppet]{ + hasstatus => $real_puppet_hasstatus, + } + + File['/etc/cron.d/puppetd.cron']{ + path => '/etc/cron.d/puppetd', } } + -- cgit v1.2.3