diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2020-05-08 16:41:33 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2020-05-08 16:41:33 -0300 |
commit | 7bb3a7f38d31704de1993ddc0222dea38d675623 (patch) | |
tree | 8bf44b1f9b51578d2abcf259250d52b1b029ff75 | |
parent | 230217fc226ab4cb7d08c53ddd0e24efb1b5bcce (diff) | |
download | puppet-php-7bb3a7f38d31704de1993ddc0222dea38d675623.tar.gz puppet-php-7bb3a7f38d31704de1993ddc0222dea38d675623.tar.bz2 |
Fix: set default series5 package to 5.6
-rw-r--r-- | manifests/params.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/params.pp b/manifests/params.pp index 68f561c..6c2bb03 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -17,6 +17,6 @@ class php::params { 'trusty' => '5.6', 'buster' => '5.6', 'stretch' => '5.6', - default => '5', + default => '5.6', } } |