diff options
author | mh <mh@immerda.ch> | 2008-04-10 22:08:06 +0000 |
---|---|---|
committer | mh <mh@immerda.ch> | 2008-04-10 22:08:06 +0000 |
commit | 1d898b3118ba121c57d5f64fac6bf6c68c14eca8 (patch) | |
tree | c82d938b5277b69d35dd7d60a86471683ee67085 /manifests | |
parent | d8049ee0c22a7af215451a4e3c3f13bc827aaf1a (diff) |
fixed typo
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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], |