aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/postgresql/manifests/init.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/postgresql/manifests/init.pp b/modules/postgresql/manifests/init.pp
index 05c15468..66181a3f 100644
--- a/modules/postgresql/manifests/init.pp
+++ b/modules/postgresql/manifests/init.pp
@@ -6,7 +6,8 @@ class postgresql {
service { postgresql:
ensure => running,
subscribe => Package["postgresql9.0-server"],
- restart => "/etc/rc.d/init.d/postgresql reload"
+ restart => "/etc/rc.d/init.d/postgresql reload",
+ hasstatus => true,
}
file { '/etc/pam.d/postgresql':