commit | b1cb0104e31f038702ffad42a39460998fa238ea | [log] [tgz] |
---|---|---|
author | Ales Komarek <ales.komarek@newt.cz> | Fri Jan 06 10:42:26 2017 +0100 |
committer | Ales Komarek <ales.komarek@newt.cz> | Fri Jan 06 10:42:26 2017 +0100 |
tree | 8265ee402dec5902b70921b92901c540fd3785b8 | |
parent | a651fd84298d6f46e312ac2f9e76b51c0231cb62 [diff] |
API Expire responses
diff --git a/salt/files/_api.conf b/salt/files/_api.conf index 061b74f..a1e2368 100644 --- a/salt/files/_api.conf +++ b/salt/files/_api.conf
@@ -18,6 +18,7 @@ {%- else %} disable_ssl: True {%- endif %} + expire_responses: {{ api.get('expire_responses', False) }} {%- if api.get('debug', False) %} debug: True {%- endif %}