diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 8 |
1 files changed, 2 insertions, 6 deletions
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 |