Remove outdated comment
This was the case when the code lived inside of the custom resource
This commit is contained in:
parent
f3f8e47cce
commit
84cb3de4a0
@ -57,8 +57,6 @@ postgresql_replicas.each do |replica|
|
||||
access_user "replication"
|
||||
access_addr "#{replica[:ipaddress]}/32"
|
||||
access_method "md5"
|
||||
# notification does not work, as postgresql_access always says the
|
||||
# resource was already up to date
|
||||
notifies :reload, "service[#{postgresql_service}]", :immediately
|
||||
end
|
||||
|
||||
|
@ -64,8 +64,6 @@ systemctl start #{postgresql_service}
|
||||
access_user "replication"
|
||||
access_addr "#{primary[:ipaddress]}/32"
|
||||
access_method "md5"
|
||||
# notification does not work, as postgresql_access always says the
|
||||
# resource was already up to date
|
||||
notifies :reload, "service[#{postgresql_service}]", :immediately
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user