aboutsummaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp13
1 files changed, 0 insertions, 13 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index b28f3bf..2901bf9 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -27,13 +27,6 @@ class php {
ensure => absent,
}
- # Useful when upgrading from squeeze
- if $::lsbdistcodename == 'wheezy' {
- file { [ '/etc/php5/apache2/conf.d/suhosin.ini', '/etc/php5/conf.d/suhosin.ini' ]:
- ensure => absent,
- }
- }
-
# The needed apache modules
apache::module { 'php5':
ensure => present,
@@ -67,9 +60,3 @@ class php {
require => Package['php5'],
}
}
-
-class php::imap inherits php {
- package { 'php5-imap':
- ensure => installed,
- }
-}