mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-03-27 07:35 am

[dw-ops] Service should be puppetd.

[commit: http://hg.dwscoalition.org/dw-ops/rev/7391ca2056a1]

Service should be puppetd.

Files modified:
  • puppet/modules/puppet/manifests/init.pp
--------------------------------------------------------------------------------
diff -r 23b2c43efb45 -r 7391ca2056a1 puppet/modules/puppet/manifests/init.pp
--- a/puppet/modules/puppet/manifests/init.pp	Mon Mar 23 20:03:16 2009 +0000
+++ b/puppet/modules/puppet/manifests/init.pp	Fri Mar 27 07:35:17 2009 +0000
@@ -18,7 +18,7 @@ class puppet {
 	    default => $source
 	}
 
-	service { puppet:
+	service { puppetd:
 	    ensure => running,
 	    require => File["/etc/puppet/puppetd.conf"]
 	}
--------------------------------------------------------------------------------