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 | |
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')
-rw-r--r-- | manifests/repo/update.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/repo/update.pp b/manifests/repo/update.pp index 6dc4254..7cb406b 100644 --- a/manifests/repo/update.pp +++ b/manifests/repo/update.pp @@ -1,6 +1,6 @@ class puppet::repo::update( $ensure = present, - $method = hiera('puppet::update::method', 'cron') + $method = 'cron', ) { class { 'puppet::repo': method => $method, |