Skip to content

Commit

Permalink
Merge pull request #22 from dhoppe/releases
Browse files Browse the repository at this point in the history
Update to latest available versions
  • Loading branch information
bastelfreak authored Mar 26, 2017
2 parents f969e4e + d671842 commit f31a445
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
$alertmanager_storage_path='/var/lib/alertmanager'
$alertmanager_templates = [ "${alertmanager_config_dir}/*.tmpl" ]
$alertmanager_user = 'alertmanager'
$alertmanager_version = '0.3.0'
$alertmanager_version = '0.5.1'
$alerts = []
$bin_dir = '/usr/local/bin'
$config_dir = '/etc/prometheus'
Expand Down Expand Up @@ -68,7 +68,7 @@
$node_exporter_package_ensure = 'latest'
$node_exporter_package_name = 'node_exporter'
$node_exporter_user = 'node-exporter'
$node_exporter_version = '0.13.0'
$node_exporter_version = '0.14.0'
$package_ensure = 'latest'
$package_name = 'prometheus'
$rule_files = [ "${config_dir}/alert.rules" ]
Expand All @@ -85,7 +85,7 @@
$statsd_exporter_user = 'statsd-exporter'
$statsd_exporter_version = '0.3.0'
$user = 'prometheus'
$version = '1.0.1'
$version = '1.5.2'
case $::architecture {
'x86_64', 'amd64': { $arch = 'amd64' }
'i386': { $arch = '386' }
Expand Down

0 comments on commit f31a445

Please sign in to comment.