Skip to content

Commit

Permalink
Remove the hardcoded hasstatus => false from the webhook service
Browse files Browse the repository at this point in the history
The systemd unit files do have status
  • Loading branch information
tampakrap committed May 24, 2015
1 parent e9885be commit e5f29b8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions manifests/webhook.pp
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,9 @@
}

service { 'webhook':
ensure => 'running',
enable => true,
pattern => '.*ruby.*webhoo[k]$',
hasstatus => false,
ensure => 'running',
enable => true,
pattern => '.*ruby.*webhoo[k]$',
}

if $::is_pe == true or $::is_pe == 'true' {
Expand Down

0 comments on commit e5f29b8

Please sign in to comment.