diff options
Diffstat (limited to 'manifests')
-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', } } |