Switch to 'running'/'stopped' to match the test below.

This commit is contained in:
Ashley Penney 2014-05-08 19:50:11 -04:00
parent 4e002d7fd9
commit 6bf896fa34

View file

@ -11,8 +11,8 @@ class postgresql::server::service {
if ! $service_ensure {
$real_service_ensure = $ensure ? {
present => true,
absent => false,
present => 'running',
absent => 'stopped',
default => $ensure
}
$service_enable = $ensure ? {