Advertisement
Guest User

Untitled

a guest
Dec 12th, 2013
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.24 KB | None | 0 0
  1. {% for fname in salt['pillar.get']('plugins') %}
  2. /etc/sensu/plugins/{{ fname }}
  3.   file.manage_file:
  4.         - source: salt://monitor-client/plugins/{{ fname }}
  5.         - user: root
  6.         - group: root
  7.         - file_mode: 755
  8. {% endfor %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement