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 edd0c2b..e59b1b9 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 } |