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

Unified Diff: modules/adblockplus/manifests/web/fileserver/repository.pp

Issue 29691616: #5080 - Extend fileserver::repository to optionally create repository users (Closed)
Patch Set: Use quotes around the type name Created March 8, 2018, 9:15 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/adblockplus/manifests/web/fileserver/repository.pp
diff --git a/modules/adblockplus/manifests/web/fileserver/repository.pp b/modules/adblockplus/manifests/web/fileserver/repository.pp
index bd809eb142da7c3f4c1b021852af4b98dc546d66..a2810164dfbcd90c6a5795a9c15fd8113764df04 100644
--- a/modules/adblockplus/manifests/web/fileserver/repository.pp
+++ b/modules/adblockplus/manifests/web/fileserver/repository.pp
@@ -41,7 +41,7 @@ define adblockplus::web::fileserver::repository (
],
}
- ensure_resources(adblockplus::user, $users, {
+ ensure_resources('adblockplus::user', $users, {
ensure => $ensure,
password_hash => '*',
groups => ["www-$name"],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld