default_attributes(
:postgresql => {
- :versions => [ "9.1" ],
+ :versions => ["9.1"],
:settings => {
:defaults => {
:wal_level => "hot_standby",
:max_wal_senders => "2",
:late_authentication_rules => [
{ :database => "replication", :user => "replication", :address => "146.179.159.168/32" },
- { :database => "replication", :user => "replication", :address => "146.179.159.173/32" }
+ { :database => "replication", :user => "replication", :address => "146.179.159.170/32" }
]
}
}
:gid => "postgres",
:transfer_logging => false,
:hosts_allow => [
- "146.179.159.168", "146.179.159.173"
+ "146.179.159.168", "146.179.159.170"
]
}
}