Skip to content

Commit

Permalink
Update nginx_prometheus_exporter.pp
Browse files Browse the repository at this point in the history
Use proxy_server if defined
  • Loading branch information
schiznik authored Aug 2, 2024
1 parent 003eacd commit ed503c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifests/nginx_prometheus_exporter.pp
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@
checksum_verify => false,
creates => "${install_dir}/${package_name}",
cleanup => true,
proxy_server => $proxy_server,
proxy_type => $proxy_type,
}
-> file { "${bin_dir}/${package_name}":
ensure => link,
Expand Down

0 comments on commit ed503c4

Please sign in to comment.