From 1d898b3118ba121c57d5f64fac6bf6c68c14eca8 Mon Sep 17 00:00:00 2001 From: mh Date: Thu, 10 Apr 2008 22:08:06 +0000 Subject: fixed typo --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 7a88526..2912380 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -77,7 +77,7 @@ class puppetmaster inherits puppet { } } -puppetmaster::linux inherits puppet::linux +class puppetmaster::linux inherits puppet::linux service{'puppetmaster': ensure => running, require => Package[puppet], -- cgit v1.2.3