Fixed status check from postgresql server.
This commit is contained in:
parent
4976e2eb73
commit
c5936ff0db
1 changed files with 3 additions and 2 deletions
|
@ -72,8 +72,9 @@ class postgresql::server($datadir="/srv/pgsql") {
|
|||
}
|
||||
|
||||
service { "postgresql":
|
||||
ensure => running,
|
||||
enable => true,
|
||||
ensure => running,
|
||||
enable => true,
|
||||
hasstatus => true,
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue