aboutsummaryrefslogtreecommitdiff
path: root/manifests/params.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/params.pp')
-rw-r--r--manifests/params.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/params.pp b/manifests/params.pp
index aa1d85e..6a58523 100644
--- a/manifests/params.pp
+++ b/manifests/params.pp
@@ -1,10 +1,12 @@
class php::params {
$version7 = $::lsbdistcodename ? {
+ 'buster' => '7.3',
'stretch' => '7.1',
default => '7.2',
}
$version7_previous = $::lsbdistcodename ? {
+ 'buster' => '7.2',
'stretch' => '7.0',
default => '7.0',
}
@@ -13,6 +15,7 @@ class php::params {
'bionic' => '5.6',
'xenial' => '5.6',
'trusty' => '5.6',
+ 'buster' => '5.6',
'stretch' => '5.6',
default => '5',
}