Skip to content

Instantly share code, notes, and snippets.

@bbelyeu
Created September 24, 2015 19:32
Show Gist options
  • Save bbelyeu/0c69e987d84b4c3f674c to your computer and use it in GitHub Desktop.
Save bbelyeu/0c69e987d84b4c3f674c to your computer and use it in GitHub Desktop.
git_solr:
git.latest:
- name: git@github.com:lifechurch/youversion-solr.git
{% if salt['grains.get']('environment', 'production') == 'production' %}
- rev: master
{% elif salt['grains.get']('environment', 'production') == 'staging' %}
- rev: integration
{% else %}
- rev: integration
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment