Skip to content

Commit

Permalink
make lint tests happy
Browse files Browse the repository at this point in the history
  • Loading branch information
trefzer committed Nov 22, 2021
1 parent 76ced1a commit 3783fe4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/service.pp
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# == Class: prosody::service
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,
Expand Down

0 comments on commit 3783fe4

Please sign in to comment.