| Index: modules/adblockplus/manifests/log.pp |
| =================================================================== |
| --- a/modules/adblockplus/manifests/log.pp |
| +++ b/modules/adblockplus/manifests/log.pp |
| @@ -13,7 +13,7 @@ |
| # |
| # [*rotations*] |
| # A hash of adblockplus::log::rotation $name => $parameter items |
| -# to set up in this context, i.e. via Hiera. |
| +# to set up in this context via Hiera only. |
| # |
| # [*trackers*] |
| # A hash of adblockplus::log::rotation $title => $parameter items |
| @@ -32,7 +32,6 @@ |
| # |
| class adblockplus::log ( |
| $ensure = 'present', |
| - $rotations = hiera('adblockplus::log::rotations', {}), |
| $trackers = hiera('adblockplus::log::trackers', {}), |
| ) { |
| @@ -92,6 +91,7 @@ |
| } |
| # See modules/adblockplus/manifests/log/rotation.pp |
| + $rotations = hiera_hash('adblockplus::log::rotations', {}) |
|
mathias
2017/07/12 16:13:46
Looks like an unrelated change to me, something th
f.lopez
2017/07/12 16:25:59
Agggh your are right, my mistake
|
| create_resources('adblockplus::log::rotation', $rotations) |
| # See modules/adblockplus/manifests/log/tracker.pp |