Advertisement
Guest User

Untitled

a guest
Dec 11th, 2015
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. /etc/salt/master:
  2. file_roots:
  3. base:
  4. - /srv/salt
  5. - /srv/formulas/node-formula
  6.  
  7. /srv/formulas/node-formula cloned from https://github.com/saltstack-formulas/node-formula
  8.  
  9. /srv/salt/top.sls:
  10.  
  11. base:
  12. 'api-test-vm*':
  13. - api
  14.  
  15.  
  16. /srv/salt/api/init.sls:
  17. node:
  18. version: 4.2.1
  19. checksum: 8861b9f4c3b4db380fcda19a710c0430c3d62d03ee176c64db63eef95a672663
  20. make_jobs: 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement