diff options
Diffstat (limited to 'modules/subversion/manifests')
-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" } } |