From: Stephen Gran Date: Sat, 20 Feb 2010 12:49:37 +0000 (+0000) Subject: it's $php5, not $php X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=85fb85cdc8c20b0285b44dc23cef761377a4fb21;p=mirror%2Fdsa-puppet.git it's $php5, not $php Signed-off-by: Stephen Gran --- diff --git a/modules/apache2/manifests/init.pp b/modules/apache2/manifests/init.pp index f58b71052..fc2de44f5 100644 --- a/modules/apache2/manifests/init.pp +++ b/modules/apache2/manifests/init.pp @@ -6,7 +6,7 @@ class apache2 { "logrotate": ensure => installed; } - case $php { + case $php5 { "true": { package { "php5-suhosin": ensure => installed; }