Merge pull request #11 from cprice-puppet/bug/master/better-title-for-persist-firewall-resource

Give the persist-firewall Exec a more explicit name
This commit is contained in:
Kenn Knowles 2012-10-18 04:19:15 -07:00
commit 389833f87d

View file

@ -67,13 +67,13 @@ class postgresql::config::beforeservice(
# an out-of-the-box firewall configuration that seems trickier to manage
# TODO: get rid of hard-coded port
if ($manage_redhat_firewall and $firewall_supported) {
exec { "persist-firewall":
exec { "postgresql-persist-firewall":
command => $persist_firewall_command,
refreshonly => true,
}
Firewall {
notify => Exec["persist-firewall"]
notify => Exec["postgresql-persist-firewall"]
}
firewall { '5432 accept - postgres':