Merge pull request #142 from flamingspaz/quorum2

Use correct var for AWS env tag
This commit is contained in:
Yousef Alam 2017-05-31 15:56:13 +01:00 коммит произвёл GitHub
Родитель ad5dfe1862 3b8a59d4bc
Коммит eed7fef4c0
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1,6 +1,6 @@
---
# vars file for master
quorum: "{{ 2 if ec2_tag_environment == 'production' else 1 }}"
quorum: "{{ 2 if ec2_tag_env == 'production' else 1 }}"
task_launch_timeout: 300000
gopath: '/usr/share/go'
marathon_event_subscriber: 'http_callback'