Skip to content

Commit 02b5ebe

Browse files
committed
postgis: fix package name for Fedora
1 parent 54b503d commit 02b5ebe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

manifests/params.pp

+2
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@
9999

100100
if $postgresql::globals::postgis_package_name {
101101
$postgis_package_name = $postgresql::globals::postgis_package_name
102+
} elsif $facts['os']['name'] == 'Fedora' {
103+
$postgis_package_name = 'postgis'
102104
} elsif $postgis_version and versioncmp($postgis_version, '2') < 0 {
103105
$postgis_package_name = "postgis${package_version}"
104106
} else {

0 commit comments

Comments
 (0)