aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/repositories
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-02-12 10:30:41 +0000
committerMichael Scherer <misc@mageia.org>2011-02-12 10:30:41 +0000
commitc8f6421b5ce0a4358e4075822669642f06254b48 (patch)
tree0768845d4a4de30a60475e54de603074b1b2dd42 /deployment/repositories
parentfd2959b153efa0a88140b96a5b2c3d0a96f4b2a9 (diff)
downloadpuppet-c8f6421b5ce0a4358e4075822669642f06254b48.tar
puppet-c8f6421b5ce0a4358e4075822669642f06254b48.tar.gz
puppet-c8f6421b5ce0a4358e4075822669642f06254b48.tar.bz2
puppet-c8f6421b5ce0a4358e4075822669642f06254b48.tar.xz
puppet-c8f6421b5ce0a4358e4075822669642f06254b48.zip
- disable check_puppet_templates for the moment, as it doesn't play well with bugzilla template file
Diffstat (limited to 'deployment/repositories')
-rw-r--r--deployment/repositories/manifests/subversion.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/repositories/manifests/subversion.pp b/deployment/repositories/manifests/subversion.pp
index f6eee427..c27918e8 100644
--- a/deployment/repositories/manifests/subversion.pp
+++ b/deployment/repositories/manifests/subversion.pp
@@ -10,7 +10,7 @@ class repositories::subversion {
subversion::repository { "/svn/adm/":
group => "mga-sysadmin",
commit_mail => ["sysadmin-commits@ml.$domain"],
- syntax_check => ['check_puppet_templates','check_puppet'],
+ syntax_check => ['check_puppet'],
cia_post => true,
cia_module => "sysadm",
}