Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/adblockplus/manifests/init.pp

Issue 29334658: Issue 3587 - Use hiera_hash() to accumulate $adblockplus::users (Closed)
Patch Set: Issue 3587 - Address feedback from codereview Created Jan. 27, 2016, 3:59 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/adblockplus/manifests/init.pp
===================================================================
--- 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', {}),
) {
# Used as internal constant within adblockplus::* resources
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld