Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
C24-AK committed Jun 5, 2024
1 parent 2ce7d38 commit b7fe6fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
extract_path => $vault::bin_dir,
source => $vault::real_download_url,
cleanup => true,
creates => $facts['vault_version'] ? { # lint:ignore:selector_inside_resource
creates => $facts['vault_version'] ? { # lint:ignore:selector_inside_resource
undef => $vault_bin,
default => versioncmp($vault::version, $facts['vault_version']) > 0 ? {
true => undef,
Expand Down

0 comments on commit b7fe6fb

Please sign in to comment.