projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be30a3c
)
there is no more php5-suhosin
author
Peter Palfrader
<peter@palfrader.org>
Sun, 19 May 2013 17:31:08 +0000
(19:31 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Sun, 19 May 2013 17:31:22 +0000
(19:31 +0200)
modules/apache2/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/apache2/manifests/init.pp
b/modules/apache2/manifests/init.pp
index
351acbb
..
d8990b1
100644
(file)
--- a/
modules/apache2/manifests/init.pp
+++ b/
modules/apache2/manifests/init.pp
@@
-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 {