diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-08-28 14:27:57 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-08-28 14:27:57 -0300 |
commit | 2a1a535fe6db6a8528062c61d69a3730242884b3 (patch) | |
tree | 866d5a320d9b1ac5100f6e2f6aa449fddc8e50e4 /manifests/repo.pp | |
parent | b2ffc501bbb68d261639465dc9979e42df2bfa98 (diff) | |
download | puppet-puppet-2a1a535fe6db6a8528062c61d69a3730242884b3.tar.gz puppet-puppet-2a1a535fe6db6a8528062c61d69a3730242884b3.tar.bz2 |
Moving 'puppet::update::method' hiera call to puppet::repo
Diffstat (limited to 'manifests/repo.pp')
-rw-r--r-- | manifests/repo.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/repo.pp b/manifests/repo.pp index 4826737..a9ebd4f 100644 --- a/manifests/repo.pp +++ b/manifests/repo.pp @@ -1,7 +1,7 @@ # manage a git repo that updates /etc/puppet class puppet::repo( $ensure = present, - $method = 'cron', + $method = hiera('puppet::update::method', 'cron') ) { include puppet |