aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-02-12 10:54:45 +0000
committerMichael Scherer <misc@mageia.org>2011-02-12 10:54:45 +0000
commitd243b7d276e0ca50c65bd3edbd66615d45275b7c (patch)
tree20ec86b3340c5f770addae7af94dc0ded9d19d5b
parentf45db50aeab6e90108d27586ed98f204eaba667e (diff)
downloadpuppet-d243b7d276e0ca50c65bd3edbd66615d45275b7c.tar
puppet-d243b7d276e0ca50c65bd3edbd66615d45275b7c.tar.gz
puppet-d243b7d276e0ca50c65bd3edbd66615d45275b7c.tar.bz2
puppet-d243b7d276e0ca50c65bd3edbd66615d45275b7c.tar.xz
puppet-d243b7d276e0ca50c65bd3edbd66615d45275b7c.zip
- fix the issue with bugzilla params file ( use -P to not take %param in account )
-rw-r--r--modules/subversion/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/subversion/manifests/init.pp b/modules/subversion/manifests/init.pp
index 0967dbe0..5506ece8 100644
--- a/modules/subversion/manifests/init.pp
+++ b/modules/subversion/manifests/init.pp
@@ -106,7 +106,7 @@ class subversion {
syntax_check{"check_puppet_templates":
regexp_ext => "modules/.*/templates/.*$",
- check_cmd => "erb -x -T - | ruby -c"
+ check_cmd => "erb -P -x -T - | ruby -c"
}
}