| Index: modules/adblockplus/manifests/init.pp |
| diff --git a/modules/adblockplus/manifests/init.pp b/modules/adblockplus/manifests/init.pp |
| index dba305ce243e0b490b4fa34227929599e5ec595f..23eaa12fa5f79dc18643f956f48f17ffd54966ab 100644 |
| --- a/modules/adblockplus/manifests/init.pp |
| +++ b/modules/adblockplus/manifests/init.pp |
| @@ -21,7 +21,7 @@ |
| # } |
| # |
| class adblockplus ( |
| - $users = hiera('adblockplus::users', []), |
| + $users = hiera_hash('adblockplus::users', []), |
|
Fred
2016/01/27 15:50:32
The default value should be an empty hash here ins
mathias
2016/01/27 15:57:25
Acknowledged.
|
| ) { |
| # Used as internal constant within adblockplus::* resources |