Updating params.

The OS Family for Amazon Linux is "Linux", and $::operatingsystem is
"Amazon".
This commit is contained in:
Henrik 2012-11-25 15:28:13 +01:00
parent 02aef86e31
commit 6cb9071bfd

View file

@ -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'