From: Silvio Rhatto Date: Tue, 11 Jul 2017 18:52:11 +0000 (-0300) Subject: Minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=6b8ae747995cd5a4eed224975db7369cbd29ca9a;p=puppet-php.git Minor fix --- diff --git a/manifests/init.pp b/manifests/init.pp index 52ac0d4..edd0c2b 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -18,7 +18,7 @@ class php($hardened = true) { case $::lsbdistcodename { - 'xenial','stretch': { + 'xenial': { include php::packages::ppa } 'stretch': {