Remove outdated comment

This was the case when the code lived inside of the custom resource
This commit is contained in:
Greg Karékinian 2020-05-13 19:04:12 +02:00
parent f3f8e47cce
commit 84cb3de4a0
2 changed files with 0 additions and 4 deletions

View File

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

View File

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