Skip to content

Commit b11f9b9

Browse files
authored
Merge pull request puppetlabs#981 from lutaylor/master
Adding default Postgresql version for Ubuntu 18.04
2 parents 534b95c + d264541 commit b11f9b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manifests/globals.pp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@
9797
/^(14.10|15.04|15.10)$/ => '9.4',
9898
/^(16.04|16.10)$/ => '9.5',
9999
/^(17.04)$/ => '9.6',
100+
/^(18.04)$/ => '10',
100101
default => undef,
101102
},
102103
default => undef,

0 commit comments

Comments
 (0)