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