Skip to content

Commit

Permalink
fix comment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mdebruyn-trip committed Oct 13, 2017
1 parent d487177 commit 217aa8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/pushgateway.pp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
$user = $::prometheus::params::pushgateway_user,
$version = $::prometheus::params::pushgateway_version,
) inherits prometheus::params {
# Prometheus added a 'v' on the realease name at 0.13.0
# Prometheus added a 'v' on the realease name at 0.3.0
if versioncmp ($version, '0.3.0') >= 0 {
$release = "v${version}"
}
Expand Down

0 comments on commit 217aa8c

Please sign in to comment.