summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrebs <drebs@riseup.net>2014-08-28 13:58:20 -0300
committerdrebs <drebs@riseup.net>2014-08-28 13:58:20 -0300
commitfc225b5c10f140a66b21e88fa64942bf179be549 (patch)
tree64036521eee089d2df39f691f7f91d9415466789
parent0cf3860bccc2491fc1650eef2f288120eea6f0dd (diff)
downloadpuppet-puppet-fc225b5c10f140a66b21e88fa64942bf179be549.tar.gz
puppet-puppet-fc225b5c10f140a66b21e88fa64942bf179be549.tar.bz2
Fix puppet repo include in master definition.
-rw-r--r--manifests/master.pp2
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,