diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-07-11 15:53:44 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-07-11 15:53:44 -0300 |
commit | 7d7b64a9c3b2238568908a2c7b2f3695eafb567a (patch) | |
tree | f95b0842e44dd012b580c8cd9b9a4a794b4666ff /manifests | |
parent | c2cd13a781a6c03a11305cbadbf250116c6634c1 (diff) | |
download | puppet-php-7d7b64a9c3b2238568908a2c7b2f3695eafb567a.tar.gz puppet-php-7d7b64a9c3b2238568908a2c7b2f3695eafb567a.tar.bz2 |
Rollback
Diffstat (limited to 'manifests')
-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 } |