Skip to content

Commit

Permalink
fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
saz committed Dec 9, 2024
1 parent 6e592ce commit 317a741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@

if $ensure != 'absent' {
$service_subscribe = defined(File[$defaults_file]) ? {
true => [ File[$config_file], File[$defaults_file], ],
true => [File[$config_file], File[$defaults_file]],
default => File[$config_file],
}

Expand Down

0 comments on commit 317a741

Please sign in to comment.