Updating params.
The OS Family for Amazon Linux is "Linux", and $::operatingsystem is "Amazon".
This commit is contained in:
parent
02aef86e31
commit
6cb9071bfd
1 changed files with 2 additions and 1 deletions
|
@ -84,8 +84,9 @@ class postgresql::params(
|
|||
}
|
||||
}
|
||||
|
||||
# Amazon Linux's OS Family is 'Linux', operating system 'Amazon'.
|
||||
case $::osfamily {
|
||||
'RedHat': {
|
||||
'RedHat', 'Linux': {
|
||||
$needs_initdb = true
|
||||
$firewall_supported = true
|
||||
$persist_firewall_command = '/sbin/iptables-save > /etc/sysconfig/iptables'
|
||||
|
|
Loading…
Reference in a new issue