diff options
author | Michael Scherer <misc@mageia.org> | 2011-02-12 10:54:45 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-02-12 10:54:45 +0000 |
commit | d243b7d276e0ca50c65bd3edbd66615d45275b7c (patch) | |
tree | 20ec86b3340c5f770addae7af94dc0ded9d19d5b /modules/subversion | |
parent | f45db50aeab6e90108d27586ed98f204eaba667e (diff) | |
download | puppet-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 )
Diffstat (limited to 'modules/subversion')
-rw-r--r-- | modules/subversion/manifests/init.pp | 2 |
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" } } |