Advertisement
Guest User

Untitled

a guest
Feb 10th, 2014
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. /etc/salt/master
  2.  
  3. pillar_roots:
  4. base:
  5. - /etc/salt/srv/pillar
  6.  
  7.  
  8.  
  9.  
  10.  
  11. /etc/salt/srv/pillar/top.sls
  12.  
  13. prod:
  14. '*':
  15. - common
  16.  
  17.  
  18. /etc/salt/srv/pillar/common.sls
  19.  
  20.  
  21. ntp_server: 10.128.7.1
  22.  
  23.  
  24.  
  25.  
  26. [root@ops.sc.domain.net /etc/salt/srv/pillar]# salt monitor.sc.domain.net pillar.data | grep ntp
  27. [root@ops.sc.domain.net /etc/salt/srv/pillar]#
  28. [root@ops.sc.domain.net /etc/salt/srv/pillar]#
  29. [root@ops.sc.domain.net /etc/salt/srv/pillar]# salt monitor.sc.domain.net saltutil.refresh_pillar
  30. monitor.sc.domain.net:
  31. None
  32. [root@ops.sc.domain.net /etc/salt/srv/pillar]# salt monitor.sc.domain.net pillar.data | grep ntp
  33. [root@ops.sc.domain.net /etc/salt/srv/pillar]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement