diff options
author | Colin Guthrie <colin@mageia.org> | 2014-06-11 23:12:16 +0000 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2014-06-11 23:12:16 +0000 |
commit | c5eac91ed8d6d408d59416c16fe2ef2853bc9066 (patch) | |
tree | 8a9a019997745684ef6da8e2bc1dc4297c71baff /deployment/mgagit | |
parent | 207b7b75704fbc7be106eb87ced24c8faeb1f934 (diff) | |
download | puppet-c5eac91ed8d6d408d59416c16fe2ef2853bc9066.tar puppet-c5eac91ed8d6d408d59416c16fe2ef2853bc9066.tar.gz puppet-c5eac91ed8d6d408d59416c16fe2ef2853bc9066.tar.bz2 puppet-c5eac91ed8d6d408d59416c16fe2ef2853bc9066.tar.xz puppet-c5eac91ed8d6d408d59416c16fe2ef2853bc9066.zip |
mgagit: Fix template name
Diffstat (limited to 'deployment/mgagit')
-rw-r--r-- | deployment/mgagit/templates/mgagit.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/mgagit/templates/mgagit.conf b/deployment/mgagit/templates/mgagit.conf index f6283968..82b1d66a 100644 --- a/deployment/mgagit/templates/mgagit.conf +++ b/deployment/mgagit/templates/mgagit.conf @@ -40,7 +40,7 @@ repos_config: gl_template: doc_repo git_url: file:///git/infrastructure/repositories/doc.git - prefix: infrastructure - gl_template: infra_repo + gl_template: infrastructure_repo git_url: file:///git/infrastructure/repositories/infrastructure.git - prefix: org gl_template: org_repo |