Skip to content

Commit

Permalink
Merge pull request #152 from costela/patch-1
Browse files Browse the repository at this point in the history
[minor] change default alerts to empty hash
  • Loading branch information
bastelfreak authored Feb 2, 2018
2 parents 2b40332 + ef975f3 commit bd5682c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
$alertmanager_templates = [ "${alertmanager_config_dir}/*.tmpl" ]
$alertmanager_user = 'alertmanager'
$alertmanager_version = '0.5.1'
$alerts = []
$alerts = {}
$bin_dir = '/usr/local/bin'
$config_dir = '/etc/prometheus'
$config_mode = '0660'
Expand Down

0 comments on commit bd5682c

Please sign in to comment.