From df7e540f6ad7385badb91e385e79a583789f3649 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Wed, 19 Jun 2013 19:15:59 +0000 Subject: Rename mga-common module to mga_common. New puppet version doesn't like modules with a - in their name. --- modules/cgit/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/cgit') diff --git a/modules/cgit/manifests/init.pp b/modules/cgit/manifests/init.pp index 8166d385..a7591813 100644 --- a/modules/cgit/manifests/init.pp +++ b/modules/cgit/manifests/init.pp @@ -11,7 +11,7 @@ class cgit { webapp_file => 'cgit/webapp.conf', } - mga-common::local_script { 'cgit.filter.commit-links.sh': + mga_common::local_script { 'cgit.filter.commit-links.sh': content => template('cgit/filter.commit-links.sh'), } -- cgit v1.2.1