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

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

Issue 29329059: Issue 3196 - Correct misuse of $alias metaparameter (Closed)
Patch Set: Created Oct. 13, 2015, 9:07 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/filtermaster/templates/sitescripts.ini.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 fa08fb2f87f51b70d4dd0a9826f173bf4fdb8119..eb987c21fa01083326e3bb5b05125f0aefe09181 100644
--- a/modules/filtermaster/manifests/repo_download.pp
+++ b/modules/filtermaster/manifests/repo_download.pp
@@ -4,7 +4,7 @@
#
# === Parameters:
#
-# [*alias*]
+# [*target*]
# An optional alias for use as the download resource name, allows for
# repositories with different names. Note that this option is recognized
# only when setup via hiera('filtermaster::repo_downloads')!
@@ -16,7 +16,7 @@
# }
#
define filtermaster::repo_download (
- $alias = $title,
+ $target = $title,
) {
$directory = "/home/rsync/subscription/$title"
« no previous file with comments | « no previous file | modules/filtermaster/templates/sitescripts.ini.erb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld