diff --git a/manifests/postgres_exporter.pp b/manifests/postgres_exporter.pp index 2cd69859..7ec4d0ae 100644 --- a/manifests/postgres_exporter.pp +++ b/manifests/postgres_exporter.pp @@ -72,7 +72,7 @@ String[1] $package_name = 'postgres_exporter', String[1] $user = 'postgres-exporter', # renovate: depName=prometheus-community/postgres_exporter - String[1] $version = '0.5.1', + String[1] $version = '0.17.0', String[1] $data_source_uri = 'host=/var/run/postgresql/ sslmode=disable', Enum['custom', 'env', 'file'] $postgres_auth_method = 'env', Hash[String[1],String[1]] $data_source_custom = {},