]> gitweb.fluxo.info Git - puppet-php.git/commitdiff
Fix: set default series5 package to 5.6
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 8 May 2020 19:41:33 +0000 (16:41 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 8 May 2020 19:41:33 +0000 (16:41 -0300)
manifests/params.pp

index 68f561cf71494eca1e8ddeb7540e0f1efe5f4453..6c2bb0318c40041d763c2e5be80cc857d845314a 100644 (file)
@@ -17,6 +17,6 @@ class php::params {
     'trusty'  => '5.6',
     'buster'  => '5.6',
     'stretch' => '5.6',
-    default   => '5',
+    default   => '5.6',
   }
 }