Advertisement
Guest User

nginx salt state

a guest
Feb 18th, 2015
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. nginx:
  2. pkg:
  3. - latest
  4. service:
  5. - running
  6. - watch:
  7. - file: nginx.conf
  8.  
  9. nginx.conf:
  10. file.managed:
  11. - name: /etc/nginx/sites-enabled/default
  12. - require:
  13. - pkg: nginx
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement