there is no more php5-suhosin
authorPeter Palfrader <peter@palfrader.org>
Sun, 19 May 2013 17:31:08 +0000 (19:31 +0200)
committerPeter Palfrader <peter@palfrader.org>
Sun, 19 May 2013 17:31:22 +0000 (19:31 +0200)
modules/apache2/manifests/init.pp

index 351acbb..d8990b1 100644 (file)
@@ -68,19 +68,6 @@ class apache2 {
                script => 'ps_',
        }
 
-       if $php5 {
-               package { 'php5-suhosin':
-                       ensure  => installed,
-                       require => Package['apache2'],
-               }
-
-               file { '/etc/php5/conf.d/suhosin.ini':
-                       source  => 'puppet:///modules/apache2/suhosin.ini',
-                       require => Package['php5-suhosin'],
-                       notify  => Service['apache2'],
-               }
-       }
-
        if $::hostname in [holter,beach,buxtehude,picconi,pkgmirror-1and1] {
                include apache2::dynamic
        } else {