Add prometheus to puppet group
This commit is contained in:
parent
2fdd6d51d1
commit
bef0bf8787
1 changed files with 7 additions and 0 deletions
|
@ -191,6 +191,13 @@
|
|||
groups:
|
||||
- node_exporter
|
||||
|
||||
- name: Add prometheus user to puppet group
|
||||
user:
|
||||
name: prometheus
|
||||
append: true
|
||||
groups:
|
||||
- puppet
|
||||
|
||||
- name: Ensure hiera-eyaml is installed
|
||||
shell: "{{ which_puppetserver.stdout }} gem install hiera-eyaml"
|
||||
args:
|
||||
|
|
Loading…
Reference in a new issue