Skip to content

Commit

Permalink
shorten truth check
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak authored and anarcat committed Feb 22, 2021
1 parent 694a6cd commit 7d53b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
default => undef,
}

if $prometheus::env_file_path != undef {
if $prometheus::env_file_path {
file { "${prometheus::env_file_path}/prometheus":
mode => '0644',
owner => 'root',
Expand Down

0 comments on commit 7d53b4b

Please sign in to comment.