From 947aaec5264002c0bb48f0c6261684037a01b03a Mon Sep 17 00:00:00 2001 From: Dan Schaefer Date: Fri, 18 Apr 2014 12:11:22 -0400 Subject: [PATCH] Enabling hasstatus for the Service --- manifests/service.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/service.pp b/manifests/service.pp index 039ca4f..8be16f9 100644 --- a/manifests/service.pp +++ b/manifests/service.pp @@ -3,7 +3,7 @@ class pureftpd::service { ensure => running, enable => true, hasrestart => true, - hasstatus => false, + hasstatus => true, require => Class['pureftpd::config'], } }