Advertisement
Guest User

Untitled

a guest
Jun 1st, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. {% for process in salt['pillar.get']('datadog:standard_processes', {}).items() %}
  2. /etc/dd-agent/conf.d/{{ process }}.yaml:
  3. file.managed:
  4. - name: /etc/dd-agent/conf.d/{{ process }}.yaml
  5. - source: salt://datadog-proc/files/{{ process }}.yaml
  6. - user: dd-agent
  7. - group: root
  8. - mode: 640
  9. - template: jinja
  10. {% endfor %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement