Add prometheus to puppet group

This commit is contained in:
Antonio J. Delgado 2022-12-01 16:43:28 +02:00
parent 2fdd6d51d1
commit bef0bf8787

View file

@ -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: