Mercurial > repos > other > Puppet
changeset 440:7392c008088c
Add default PHP version for Ubuntu 22.04
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 14 Aug 2022 11:49:39 +0100 |
parents | e4de05e3a2f8 |
children | 2474a711dfc5 |
files | modules/php/manifests/globals.pp |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/modules/php/manifests/globals.pp Sun Aug 14 11:47:50 2022 +0100 +++ b/modules/php/manifests/globals.pp Sun Aug 14 11:49:39 2022 +0100 @@ -32,6 +32,7 @@ 'Ubuntu' => $facts['os']['release']['major'] ? { '18.04' => '7.2', '20.04' => '7.4', + '22.04' => '8.1', default => fail("Unsupported Ubuntu release: ${fact('os.release.major')}"), }, default => '5.x',