Skip to content

Commit 191f162

Browse files
committed
Merge pull request #911 from hozmaster/master
Added default posgresql version of Ubuntu 17.4 version to the global…
2 parents 02751f6 + 6cf5c17 commit 191f162

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
@@ -94,6 +94,7 @@
9494
/^(14.04)$/ => '9.3',
9595
/^(14.10|15.04|15.10)$/ => '9.4',
9696
/^(16.04|16.10)$/ => '9.5',
97+
/^(17.04)$/ => '9.6',
9798
default => undef,
9899
},
99100
default => undef,

0 commit comments

Comments
 (0)