]> gitweb.fluxo.info Git - puppet-php.git/commitdiff
Minor fix
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 11 Jul 2017 18:52:11 +0000 (15:52 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 11 Jul 2017 18:52:11 +0000 (15:52 -0300)
manifests/init.pp

index 52ac0d460e282660e4b43ff390613ca416c0154e..edd0c2bcf8ea2a36c040c5283e60c8c4fc81913c 100644 (file)
@@ -18,7 +18,7 @@
 
 class php($hardened = true) {
   case $::lsbdistcodename {
-    'xenial','stretch': {
+    'xenial': {
       include php::packages::ppa
     }
     'stretch': {