diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-07-11 15:52:53 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-07-11 15:52:53 -0300 |
commit | c2cd13a781a6c03a11305cbadbf250116c6634c1 (patch) | |
tree | 7e587639fc99ddd73a57b056f57bc38a184699a6 | |
parent | 6b8ae747995cd5a4eed224975db7369cbd29ca9a (diff) | |
download | puppet-php-c2cd13a781a6c03a11305cbadbf250116c6634c1.tar.gz puppet-php-c2cd13a781a6c03a11305cbadbf250116c6634c1.tar.bz2 |
Oops
-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 } |