aboutsummaryrefslogtreecommitdiffstats
path: root/modules/subversion
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/subversion
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/subversion')
-rw-r--r--modules/subversion/manifests/init.pp2
-rw-r--r--modules/subversion/manifests/mirror.pp2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/subversion/manifests/init.pp b/modules/subversion/manifests/init.pp
index 54dd776f..aa8b866b 100644
--- a/modules/subversion/manifests/init.pp
+++ b/modules/subversion/manifests/init.pp
@@ -26,7 +26,7 @@ class subversion {
}
# workaround the lack of umask command in puppet < 2.7
- mga-common::local_script { 'create_svn_repo.sh':
+ mga_common::local_script { 'create_svn_repo.sh':
content => template('subversion/create_svn_repo.sh')
}
diff --git a/modules/subversion/manifests/mirror.pp b/modules/subversion/manifests/mirror.pp
index 27741752..2285ecb2 100644
--- a/modules/subversion/manifests/mirror.pp
+++ b/modules/subversion/manifests/mirror.pp
@@ -1,6 +1,6 @@
class subversion::mirror {
include subversion::tools
- mga-common::local_script { 'create_svn_mirror.sh':
+ mga_common::local_script { 'create_svn_mirror.sh':
content => template('subversion/create_svn_mirror.sh')
}
}