diff options
-rw-r--r-- | modules/subversion/manifests/init.pp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/subversion/manifests/init.pp b/modules/subversion/manifests/init.pp index 075d5c71..e8a35992 100644 --- a/modules/subversion/manifests/init.pp +++ b/modules/subversion/manifests/init.pp @@ -108,6 +108,13 @@ class subversion { regexp_ext => "modules/.*/templates/.*$", check_cmd => "erb -P -x -T - | ruby -c" } + + syntax_check{"check_po": + regexp_ext => "\.po$", + check_cmd => "msgfmt -c" + } + + } |