From e5f29b8969bb6faac6d0dbd70d59a945f666e2b7 Mon Sep 17 00:00:00 2001 From: Theo Chatzimichos Date: Sun, 24 May 2015 09:20:09 +0200 Subject: [PATCH] Remove the hardcoded hasstatus => false from the webhook service The systemd unit files do have status --- manifests/webhook.pp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/manifests/webhook.pp b/manifests/webhook.pp index 92346e0e..c7b485c6 100644 --- a/manifests/webhook.pp +++ b/manifests/webhook.pp @@ -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' {