Skip to content

Commit

Permalink
Whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoudj committed Apr 3, 2014
1 parent f4b8241 commit d37004a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/service.pp
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@

case $service_ensure {
true, false, 'running', 'stopped': {
$_service_enable = $service_enable
$_service_ensure = $service_ensure
}
default: {
$_service_enable = undef
$_service_ensure = undef
}
}

Expand Down

0 comments on commit d37004a

Please sign in to comment.