We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 411e7bc commit 7fa31c2Copy full SHA for 7fa31c2
manifests/server/instance/config.pp
@@ -219,9 +219,11 @@
219
}
220
221
222
- postgresql::server::config_entry { "data_directory_for_instance_${name}":
223
- key => 'data_directory',
224
- value => $datadir,
+ unless $facts['service_provider'] == 'systemd' and $facts['os']['family'] in ['RedHat', 'Gentoo'] {
+ postgresql::server::config_entry { "data_directory_for_instance_${name}":
+ key => 'data_directory',
225
+ value => $datadir,
226
+ }
227
228
if $timezone {
229
postgresql::server::config_entry { "timezone_for_instance_${name}":
0 commit comments