diff options
author | drebs <drebs@riseup.net> | 2015-06-09 14:36:10 -0300 |
---|---|---|
committer | drebs <drebs@riseup.net> | 2015-06-09 14:36:10 -0300 |
commit | 152d306025458127187b62ff6cdc1e188c4748bb (patch) | |
tree | be56a9a3f00070c01d8610136e87a55a48df1d08 | |
parent | 7bdb288e0d4ed6a3e6c12bce4b11a270ca473f12 (diff) | |
download | puppet-php-152d306025458127187b62ff6cdc1e188c4748bb.tar.gz puppet-php-152d306025458127187b62ff6cdc1e188c4748bb.tar.bz2 |
add jessie exception to php5 module
-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, }, } |