From: drebs Date: Tue, 9 Jun 2015 17:36:10 +0000 (-0300) Subject: add jessie exception to php5 module X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=152d306025458127187b62ff6cdc1e188c4748bb;p=puppet-php.git add jessie exception to php5 module --- 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, }, }