diff options
author | Michael Scherer <misc@mageia.org> | 2012-02-12 01:25:30 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2012-02-12 01:25:30 +0000 |
commit | 7575c0c82b164e272ae2e0c84c694569291ec28c (patch) | |
tree | 2dfa3c3e2fc8ad6961443f54278bc2485d108c2a /modules | |
parent | d43c6cd4bd76ae5c86b606a655077d9840dd38cb (diff) | |
download | puppet-7575c0c82b164e272ae2e0c84c694569291ec28c.tar puppet-7575c0c82b164e272ae2e0c84c694569291ec28c.tar.gz puppet-7575c0c82b164e272ae2e0c84c694569291ec28c.tar.bz2 puppet-7575c0c82b164e272ae2e0c84c694569291ec28c.tar.xz puppet-7575c0c82b164e272ae2e0c84c694569291ec28c.zip |
fix client on all servers except valstar
Diffstat (limited to 'modules')
-rw-r--r-- | modules/puppet/manifests/client.pp | 1 | ||||
-rw-r--r-- | modules/puppet/manifests/init.pp | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/modules/puppet/manifests/client.pp b/modules/puppet/manifests/client.pp index b9141ba1..38857810 100644 --- a/modules/puppet/manifests/client.pp +++ b/modules/puppet/manifests/client.pp @@ -1,5 +1,4 @@ class puppet::client inherits puppet { - include puppet::stored_config cron { 'puppet': ensure => present, diff --git a/modules/puppet/manifests/init.pp b/modules/puppet/manifests/init.pp index 2cb67856..be72d17d 100644 --- a/modules/puppet/manifests/init.pp +++ b/modules/puppet/manifests/init.pp @@ -1,4 +1,5 @@ class puppet { + include puppet::stored_config package { 'puppet': } |