From bfa3316bab03c555fe3b337ed27f534f7a7cb893 Mon Sep 17 00:00:00 2001 From: Benedikt Trefzer Date: Mon, 22 Nov 2021 17:33:10 +0100 Subject: [PATCH] make lint tests happy --- manifests/service.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/service.pp b/manifests/service.pp index 7f0e5aa..e2595e1 100644 --- a/manifests/service.pp +++ b/manifests/service.pp @@ -1,9 +1,9 @@ # == Class: prosody::service +# class prosody::service( Optional[Boolean] $hasstatus = undef, Optional[String] $restart = undef, ) { - if pick($prosody::manage_service, $prosody::daemonize) { service { 'prosody': ensure => running,