From f91da8d7c1cd2fef535ac48d6d34524f90e870c7 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 3 Nov 2015 17:56:26 -0200 Subject: Suhosin not available anymore --- manifests/init.pp | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'manifests') 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 -- cgit v1.2.3