Skip to content

Commit b5848c8

Browse files
author
Derrick Dymock
committed
Remove suhosin since it is pulled from dotdeb.
1 parent c5737d6 commit b5848c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

manifests/php.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
require => Apt::Source['dotdeb'],
4949
}
5050

51-
package { ['php5-common', 'php5-suhosin', 'php5-fpm', 'php5-cgi']:
51+
package { ['php5-common', 'php5-fpm', 'php5-cgi']:
5252
ensure => present,
5353
require => [Apt::Source['dotdeb'], Package['php5-cli']],
5454

templates/nginx.conf.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ http {
6363
##
6464
# Uncomment it if you installed nginx-passenger
6565
##
66-
66+
6767
#passenger_root /usr;
6868
#passenger_ruby /usr/bin/ruby;
6969

0 commit comments

Comments
 (0)