From d243b7d276e0ca50c65bd3edbd66615d45275b7c Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Sat, 12 Feb 2011 10:54:45 +0000 Subject: - fix the issue with bugzilla params file ( use -P to not take %param in account ) --- modules/subversion/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/subversion/manifests/init.pp') 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" } } -- cgit v1.2.1