diff options
author | drebs <drebs@riseup.net> | 2014-08-28 13:58:20 -0300 |
---|---|---|
committer | drebs <drebs@riseup.net> | 2014-08-28 13:58:20 -0300 |
commit | fc225b5c10f140a66b21e88fa64942bf179be549 (patch) | |
tree | 64036521eee089d2df39f691f7f91d9415466789 | |
parent | 0cf3860bccc2491fc1650eef2f288120eea6f0dd (diff) | |
download | puppet-puppet-fc225b5c10f140a66b21e88fa64942bf179be549.tar.gz puppet-puppet-fc225b5c10f140a66b21e88fa64942bf179be549.tar.bz2 |
Fix puppet repo include in master definition.
-rw-r--r-- | manifests/master.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/master.pp b/manifests/master.pp index cd9852a..2252652 100644 --- a/manifests/master.pp +++ b/manifests/master.pp @@ -115,7 +115,7 @@ class puppet::master( } # update config - class { 'puppet::repo::update': + class { 'puppet::repo': ensure => $main ? { true => present, default => absent, |