| 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" |