From ebaac9a0ccfa198bc737fcdb2bf421cc9a1e619e Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Thu, 21 Jul 2011 22:21:26 +0000 Subject: ensure php-cli is installed on svn server for check_php --- modules/subversion/manifests/init.pp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules') diff --git a/modules/subversion/manifests/init.pp b/modules/subversion/manifests/init.pp index d78a93d1..958f3bf3 100644 --- a/modules/subversion/manifests/init.pp +++ b/modules/subversion/manifests/init.pp @@ -140,6 +140,9 @@ class subversion { check_cmd => 'php -l' } + # needed for check_php + package { "php-cli": } + } -- cgit v1.2.1