aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mirror/manifests/mirrordir.pp
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-06-19 19:20:02 +0000
committerNicolas Vigier <boklm@mageia.org>2013-06-19 19:20:02 +0000
commitc3a04ab6608a610892ce76d3e474342c75fd174e (patch)
treefe0ab41292e9733a270a1847fbbb8351fb0ddc08 /modules/mirror/manifests/mirrordir.pp
parentdf7e540f6ad7385badb91e385e79a583789f3649 (diff)
downloadpuppet-c3a04ab6608a610892ce76d3e474342c75fd174e.tar
puppet-c3a04ab6608a610892ce76d3e474342c75fd174e.tar.gz
puppet-c3a04ab6608a610892ce76d3e474342c75fd174e.tar.bz2
puppet-c3a04ab6608a610892ce76d3e474342c75fd174e.tar.xz
puppet-c3a04ab6608a610892ce76d3e474342c75fd174e.zip
More mga-common mga_common remaning
Diffstat (limited to 'modules/mirror/manifests/mirrordir.pp')
-rw-r--r--modules/mirror/manifests/mirrordir.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mirror/manifests/mirrordir.pp b/modules/mirror/manifests/mirrordir.pp
index 749f4190..4e73ed62 100644
--- a/modules/mirror/manifests/mirrordir.pp
+++ b/modules/mirror/manifests/mirrordir.pp
@@ -18,6 +18,6 @@ define mirror::mirrordir ($remoteurl,
user => mirror,
minute => '*/10',
command => "/usr/local/bin/mirror_$name",
- require => Mga-common::Local_script["mirror_$name"],
+ require => Mga_common::Local_script["mirror_$name"],
}
}