puppetlabs-postgresql: Fix typo

Supported version should be 13 and not 13.5.

Test Plan:
PASS Build package
PASS Ran puppet manifest with patch applied. Postgres version
was detected.

Story: 2009101
Task: 43326

Signed-off-by: Charles Short <charles.short@windriver.com>
Change-Id: Icc8c02d26bfe71404769da5fbb383b94061b6082
This commit is contained in:
Charles Short 2022-02-02 18:53:52 +00:00
parent 2ed687c8c1
commit 3f1e0b06e6

View File

@ -16,7 +16,7 @@ index 9914a23..ebb7432 100644
/^(jessie|8\.)/ => '9.4',
/^(stretch|9\.)/ => '9.6',
/^(buster|10\.)/ => '11',
+ /^(bullseye|11\.)/ => '13.5',
+ /^(bullseye|11\.)/ => '13',
default => undef,
},
'Ubuntu' => $::operatingsystemrelease ? {