commit | 2cd8891aadaba09d5c76c215a3e5fdd000255135 | [log] [tgz] |
---|---|---|
author | Aleš Komárek <github@newt.cz> | Mon Jan 16 09:46:24 2017 -0800 |
committer | GitHub <noreply@github.com> | Mon Jan 16 09:46:24 2017 -0800 |
tree | d17d856572228054301cffa731b9b99bc583e17d | |
parent | dc886f9163717fe3b9fc359c76894f6572db23eb [diff] | |
parent | 70a32ba44f9680c7dbbbae0facf91fe27c60ee31 [diff] |
Merge pull request #23 from tcpcloud/syndic Conditional orders
diff --git a/salt/files/master.conf b/salt/files/master.conf index 954454a..0b1333f 100644 --- a/salt/files/master.conf +++ b/salt/files/master.conf
@@ -81,6 +81,6 @@ {%- endfor %} -{%- if master.order_masters %} +{%- if master.get('order_masters', False) %} order_masters: True {%- endif %}