aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mirror/manifests
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-06-19 19:15:59 +0000
committerNicolas Vigier <boklm@mageia.org>2013-06-19 19:15:59 +0000
commitdf7e540f6ad7385badb91e385e79a583789f3649 (patch)
treed4fe5b854539953b90177d72ca7852e81e555eb2 /modules/mirror/manifests
parent187fb82b596357d0450c75d728bad2004eae6e0e (diff)
downloadpuppet-df7e540f6ad7385badb91e385e79a583789f3649.tar
puppet-df7e540f6ad7385badb91e385e79a583789f3649.tar.gz
puppet-df7e540f6ad7385badb91e385e79a583789f3649.tar.bz2
puppet-df7e540f6ad7385badb91e385e79a583789f3649.tar.xz
puppet-df7e540f6ad7385badb91e385e79a583789f3649.zip
Rename mga-common module to mga_common.
New puppet version doesn't like modules with a - in their name.
Diffstat (limited to 'modules/mirror/manifests')
-rw-r--r--modules/mirror/manifests/main.pp2
-rw-r--r--modules/mirror/manifests/mirrordir.pp2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/mirror/manifests/main.pp b/modules/mirror/manifests/main.pp
index ebf1fa80..47b05fb9 100644
--- a/modules/mirror/manifests/main.pp
+++ b/modules/mirror/manifests/main.pp
@@ -1,7 +1,7 @@
# For main Mageia mirror
class mirror::main {
include mirror::base
- mga-common::local_script { 'update_timestamp':
+ mga_common::local_script { 'update_timestamp':
content => template('mirror/update_timestamp')
}
diff --git a/modules/mirror/manifests/mirrordir.pp b/modules/mirror/manifests/mirrordir.pp
index 337bf678..749f4190 100644
--- a/modules/mirror/manifests/mirrordir.pp
+++ b/modules/mirror/manifests/mirrordir.pp
@@ -10,7 +10,7 @@ define mirror::mirrordir ($remoteurl,
group => 'mirror',
}
- mga-common::local_script { "mirror_$name":
+ mga_common::local_script { "mirror_$name":
content => template('mirror/mirrordir'),
}