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 5aa1c65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion manifests/webhook.pp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
ensure => 'running',
enable => true,
pattern => '.*ruby.*webhoo[k]$',
hasstatus => false,
}

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

0 comments on commit 5aa1c65

Please sign in to comment.