Advertisement
Guest User

yaml list with jinga2

a guest
Feb 16th, 2014
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. plugins:
  2. - fw_conntrack
  3. - fw_forwarded_local
  4. - fw_packets
  5.  
  6. {% for plugin in plugins %}
  7. /etc/munin/plugins/{{ plugin }}:
  8. file.symlink:
  9. - target: /usr/lib/munin/plugins/{{ plugin }}
  10. - watch_in:
  11. - service: munin-node
  12. {% endfor %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement