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

Unified Diff: modules/filtermaster/manifests/repo_download.pp

Issue 29329102: Issue 3091 - Integrate contentblockerlists with Puppet (Closed)
Patch Set: Created Oct. 13, 2015, 4:17 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 | « modules/filtermaster/manifests/init.pp ('k') | modules/filtermaster/templates/sshd_rsync.erb » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/filtermaster/manifests/repo_download.pp
diff --git a/modules/filtermaster/manifests/repo_download.pp b/modules/filtermaster/manifests/repo_download.pp
index eb987c21fa01083326e3bb5b05125f0aefe09181..98322a4bade986bddd2750eace3442cd7ce640b6 100644
--- a/modules/filtermaster/manifests/repo_download.pp
+++ b/modules/filtermaster/manifests/repo_download.pp
@@ -9,6 +9,11 @@
# repositories with different names. Note that this option is recognized
# only when setup via hiera('filtermaster::repo_downloads')!
#
+# [*static_files*]
+# Files to include in the synchronization of download resources without
+# prior aggregation, if any. Note that option is recognized only when
+# setup via hiera('filtermaster::repo_downloads') as well!
+#
# === Examples:
#
# filtermaster::repo_download {'exceptionrules':
@@ -17,6 +22,7 @@
#
define filtermaster::repo_download (
$target = $title,
+ $static_files = [],
) {
$directory = "/home/rsync/subscription/$title"
« no previous file with comments | « modules/filtermaster/manifests/init.pp ('k') | modules/filtermaster/templates/sshd_rsync.erb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld