diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index ceb5c79..8f2200f 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -28,6 +28,7 @@ class php { package { 'php5-suhosin': ensure => $::lsbdistcodename ? { 'wheezy' => absent, + 'jessie' => absent, default => present, }, } |