Skip to content

Commit bc3d925

Browse files
committed
default to false for ssl
TelekomLabs-DCO-1.1-Signed-off-by: Edmund Haselwanter <[email protected]> (github: ehaselwanter)
1 parent 15606c4 commit bc3d925

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

attributes/hardening.rb

+1-6
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,7 @@
3737

3838
default['postgresql']['config']['password_encryption'] = true
3939

40-
case node['platform_family']
41-
when 'debian'
42-
default['postgresql']['config']['ssl'] = true
43-
else
44-
default['postgresql']['config']['ssl'] = false
45-
end
40+
default['postgresql']['config']['ssl'] = false
4641

4742
default['postgresql']['config']['ssl_ciphers'] = 'ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH'
4843

0 commit comments

Comments
 (0)