diff options
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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': { |