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 e59b1b9..edd0c2b 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -20,7 +20,7 @@ class php($hardened = true) { case $::lsbdistcodename { 'xenial': { include php::packages::ppa - }, + } 'stretch': { include php::packages::dpa } |