Advertisement
Guest User

Untitled

a guest
Jun 24th, 2014
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1.  
  2.  
  3. projects:
  4. active:
  5. {% if grains.get('id') in ['server1'] %}
  6. exmpl:
  7. domain: example.com
  8. short: example
  9. dns: linode
  10. gnupg: True
  11. src_path: salt://projects/exmpl
  12. django_settings_module: example/settings
  13. port: 8000
  14. gunicorn: True
  15. nginx: True
  16. tmux: True
  17. tmuxinator: True
  18. bashrc: True
  19. virtualenv: example.com
  20. env:
  21. - DJANGO_SETTINGS_MODULE: 'example/settings'
  22. {% endif %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement