Skip to content

Instantly share code, notes, and snippets.

@dnd
Created January 12, 2015 16:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dnd/d16a5fa6388ea9d9a2de to your computer and use it in GitHub Desktop.
Save dnd/d16a5fa6388ea9d9a2de to your computer and use it in GitHub Desktop.
Failing pillar
elasticsearch:
settings:
{% if salt['envutil.is_production']() -%}
"action.disable_delete_all_indices": true
{% endif %}
"index.number_of_shards": 1
"index.number_of_replicas": 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment