Advertisement
Guest User

Untitled

a guest
Dec 11th, 2014
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. MASTER CONFIG
  2. =============
  3. $sudo cat /etc/salt/master
  4.  
  5. file_roots:
  6. base:
  7. - /home/knamasi/salt
  8. - /home/knamasi/salt/formulae/ntp-formula
  9. - /home/knamasi/salt/formulae/apache-formula
  10.  
  11. TOP
  12. ===
  13. $ cat /home/knamasi/salt/top.sls
  14. base:
  15. '*':
  16. - myntp
  17.  
  18. MYNTP SLS
  19. ==========
  20. $ cat /home/knamasi/salt/myntp/init.sls
  21. include:
  22. - ntp
  23.  
  24. how do I put my custom ntp.servers here ???
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement