From 834f6a89287a2d26e20fe57946fe0bf31909daa1 Mon Sep 17 00:00:00 2001 From: Jerome Charaoui Date: Wed, 12 May 2010 17:09:17 -0400 Subject: correct typo (do we really need to notify cron?) --- manifests/linux.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') diff --git a/manifests/linux.pp b/manifests/linux.pp index f367f83..ebbedcb 100644 --- a/manifests/linux.pp +++ b/manifests/linux.pp @@ -22,6 +22,6 @@ class puppet::linux inherits puppet::base { source => [ "puppet://$server/modules/puppet/cron.d/puppetd.${operatingsystem}", "puppet://$server/modules/puppet/cron.d/puppetd" ], owner => root, group => 0, mode => 0644, - notify => service["cron"]; + notify => Service['cron']; } } -- cgit v1.2.3