From 6b8ae747995cd5a4eed224975db7369cbd29ca9a Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 11 Jul 2017 15:52:11 -0300 Subject: Minor fix --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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': { -- cgit v1.2.3