aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2020-05-08 16:41:33 -0300
committerSilvio Rhatto <rhatto@riseup.net>2020-05-08 16:41:33 -0300
commit7bb3a7f38d31704de1993ddc0222dea38d675623 (patch)
tree8bf44b1f9b51578d2abcf259250d52b1b029ff75
parent230217fc226ab4cb7d08c53ddd0e24efb1b5bcce (diff)
downloadpuppet-php-7bb3a7f38d31704de1993ddc0222dea38d675623.tar.gz
puppet-php-7bb3a7f38d31704de1993ddc0222dea38d675623.tar.bz2
Fix: set default series5 package to 5.6
-rw-r--r--manifests/params.pp2
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',
}
}