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

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

Issue 29557579: #3913 - Introduce adblockplus::sudoers parameter and type (Closed)
Patch Set: Created Sept. 27, 2017, 10:09 a.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 | modules/adblockplus/manifests/sudoers.pp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/adblockplus/manifests/init.pp
diff --git a/modules/adblockplus/manifests/init.pp b/modules/adblockplus/manifests/init.pp
index 0d898599faf2d26fbdf45b8d3e0432d34be8e485..b0d84d7240873d5debb7d2e12e5bcef25819ee71 100644
--- a/modules/adblockplus/manifests/init.pp
+++ b/modules/adblockplus/manifests/init.pp
@@ -141,4 +141,8 @@ class adblockplus (
# See modules/adblockplus/manifests/user.pp
create_resources('adblockplus::user', $users)
+
+ # modules/adblockplus/manifests/sudoers.pp
+ $sudoers = hiera_hash('adblockplus::sudoers', {})
+ create_resources('adblockplus::sudoers', $sudoers)
}
« no previous file with comments | « no previous file | modules/adblockplus/manifests/sudoers.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld