aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postgresql/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/postgresql/manifests/init.pp')
-rw-r--r--modules/postgresql/manifests/init.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/postgresql/manifests/init.pp b/modules/postgresql/manifests/init.pp
index c93da034..be9c2c5a 100644
--- a/modules/postgresql/manifests/init.pp
+++ b/modules/postgresql/manifests/init.pp
@@ -4,6 +4,8 @@ class postgresql {
}
service { postgresql:
+ ensure => running,
+ subscribe => Package[postgresql9.0-server"],
restart => "/etc/rc.d/init.d/postgresql reload"
}