Skip to content

Commit

Permalink
fix: dropped $ in extract_path preventing interpolation of os
Browse files Browse the repository at this point in the history
  • Loading branch information
griggi-ws committed Aug 3, 2024
1 parent 1bd1d74 commit 45d9ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/rds_exporter.pp
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
default => undef,
}

$extract_path = "/opt/${service_name}-${version}.${downcase(os)}-${arch}"
$extract_path = "/opt/${service_name}-${version}.${downcase($os)}-${arch}"

file { $extract_path:
ensure => directory,
Expand Down

0 comments on commit 45d9ffe

Please sign in to comment.