Fixed puppet client restart error from puppetmaster bootstrap script.
This commit is contained in:
parent
861dd095ee
commit
d266a6c760
2 changed files with 8 additions and 4 deletions
|
@ -114,8 +114,9 @@ class puppet::client {
|
|||
class puppet::manual inherits puppet::client {
|
||||
|
||||
Service["puppet"] {
|
||||
ensure => undef,
|
||||
enable => false,
|
||||
ensure => undef,
|
||||
enable => false,
|
||||
subscribe => undef,
|
||||
}
|
||||
|
||||
Cron["puppet-check"] {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue