From 152d306025458127187b62ff6cdc1e188c4748bb Mon Sep 17 00:00:00 2001 From: drebs Date: Tue, 9 Jun 2015 14:36:10 -0300 Subject: add jessie exception to php5 module --- manifests/init.pp | 1 + 1 file changed, 1 insertion(+) 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, }, } -- cgit v1.2.3