Skip to content

Commit 53f23f1

Browse files
KoenDierckxkenyon
andauthored
Update manifests/database/postgresql.pp
Co-authored-by: Kenyon Ralph <[email protected]>
1 parent 319ea41 commit 53f23f1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

manifests/database/postgresql.pp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,9 @@
5959
# Only install pg_trgm extension, if database it is actually managed by the module
6060
if $manage_database {
6161

62-
# from postgresql version 10 onwards, this extension is no longer inside the contrib package, but is being bundled with the postgresql package itself
63-
if (versioncmp($postgres_version, '10') < 0) {
62+
# from postgresql version 10 onwards, this extension is no longer inside
63+
# the contrib package, but is being bundled with the postgresql package itself
64+
if versioncmp($postgres_version, '10') < 0 {
6465
# get the pg contrib to use pg_trgm extension
6566
include postgresql::server::contrib
6667
}

0 commit comments

Comments
 (0)