Skip to content

Commit

Permalink
Merge pull request #796 from schiznik/nginx_exporter_proxy
Browse files Browse the repository at this point in the history
Update nginx_prometheus_exporter.pp to use proxy server
  • Loading branch information
Christoph Maser committed Aug 9, 2024
2 parents 088297f + ed503c4 commit 70af9d4
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 70af9d4

Please sign in to comment.