diff options
author | Nicolas Vigier <boklm@mageia.org> | 2012-12-10 18:41:09 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2012-12-10 18:41:09 +0000 |
commit | e67191245a1c9b07f7646a13359cf2cd95b726a4 (patch) | |
tree | 3abc680c17d7ccbf6c3fafc637a44c2aab90c4e2 /modules/mirror/manifests/mirrordir.pp | |
parent | 898cef905e9e5a713c9c8501cdd4ca9361506087 (diff) | |
download | puppet-e67191245a1c9b07f7646a13359cf2cd95b726a4.tar puppet-e67191245a1c9b07f7646a13359cf2cd95b726a4.tar.gz puppet-e67191245a1c9b07f7646a13359cf2cd95b726a4.tar.bz2 puppet-e67191245a1c9b07f7646a13359cf2cd95b726a4.tar.xz puppet-e67191245a1c9b07f7646a13359cf2cd95b726a4.zip |
mirror: use mga-common::local_script
Diffstat (limited to 'modules/mirror/manifests/mirrordir.pp')
-rw-r--r-- | modules/mirror/manifests/mirrordir.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mirror/manifests/mirrordir.pp b/modules/mirror/manifests/mirrordir.pp index 2834b279..49367116 100644 --- a/modules/mirror/manifests/mirrordir.pp +++ b/modules/mirror/manifests/mirrordir.pp @@ -10,7 +10,7 @@ define mirror::mirrordir ($remoteurl, group => 'mirror', } - local_script { "mirror_$name": + mga-common::local_script { "mirror_$name": content => template('mirror/mirrordir'), } |