From: Silvio Rhatto Date: Tue, 3 Nov 2015 19:56:26 +0000 (-0200) Subject: Suhosin not available anymore X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f91da8d7c1cd2fef535ac48d6d34524f90e870c7;p=puppet-php.git Suhosin not available anymore --- diff --git a/manifests/init.pp b/manifests/init.pp index aba16c6..b28f3bf 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -22,13 +22,9 @@ class php { ensure => installed, } - # Not available on wheezy + # Not available anymore package { 'php5-suhosin': - ensure => $::lsbdistcodename ? { - 'wheezy' => absent, - 'jessie' => absent, - default => present, - }, + ensure => absent, } # Useful when upgrading from squeeze