Skip to content

Commit

Permalink
Fix condition syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Lightning- committed Jun 4, 2024
1 parent 95ad14d commit 8c278b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,10 @@
}
}

if $tagging =~ Undef {
$safe_names = $safe_name
} else {
if $tagging {
$safe_names = flatten($safe_name, $tagging)
} else {
$safe_names = $safe_name
}

if $ensure == 'present' {
Expand Down

0 comments on commit 8c278b9

Please sign in to comment.