Advertisement
Guest User

Untitled

a guest
Apr 30th, 2015
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. ganglia:
  2. pkg.install:
  3. - sources:
  4. - ganglia-gmond: salt://rpm/ganglia-gmond-3.7.1-1.x86_64.rpm
  5. - libganglia: salt://rpm/libganglia-3.7.1-1.x86_64.rpm
  6. file.managed:
  7. - name: /etc/ganglia/gmond.conf # ID declaration
  8. - source: salt://files/gmond.conf
  9. - user: root
  10. - group: root
  11. - mode: 644
  12. service.running:
  13. - names:
  14. - gmond
  15. - watch:
  16. - file: /etc/ganglia/gmond.conf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement