]> gitweb.fluxo.info Git - puppet-php.git/commitdiff
Suhosin not available anymore
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 3 Nov 2015 19:56:26 +0000 (17:56 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 3 Nov 2015 19:56:26 +0000 (17:56 -0200)
manifests/init.pp

index aba16c6a897d41cdb33868645b9be55ee2af774c..b28f3bfeca24a901714842ee721031bd0f35ff0f 100644 (file)
@@ -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