diff options
| author | Ralph Bean <rbean@redhat.com> | 2014-09-24 18:52:34 +0000 |
|---|---|---|
| committer | Ralph Bean <rbean@redhat.com> | 2014-09-24 18:52:34 +0000 |
| commit | e3527572cd910f932a57634181eac214f49f9acc (patch) | |
| tree | 194dee3e9aa854c8883e304276836ba116a9f88c /roles/ask | |
| parent | 15d4b5dc656de0eebff433b638515def08d513ee (diff) | |
| download | ansible-e3527572cd910f932a57634181eac214f49f9acc.tar.gz ansible-e3527572cd910f932a57634181eac214f49f9acc.tar.xz ansible-e3527572cd910f932a57634181eac214f49f9acc.zip | |
Fix indentation error.
Diffstat (limited to 'roles/ask')
| -rw-r--r-- | roles/ask/templates/settings.py | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/roles/ask/templates/settings.py b/roles/ask/templates/settings.py index b2aec77af..250702e87 100644 --- a/roles/ask/templates/settings.py +++ b/roles/ask/templates/settings.py @@ -204,12 +204,12 @@ INSTALLED_APPS = ( ) {% if env == "staging" %} - SFS_ALL_POST_REQUESTS = True - SFS_FORCE_ALL_REQUESTS = True - SFS_CACHE_EXPIRE = 1 - SFS_LOG_EXPIRE = 7 - SFS_HTTP_HEADER = "X-Forwarded-For" - SFS_SOURCE_ZIP = "file:///var/cache/askbot/listed_ip_7.zip" +SFS_ALL_POST_REQUESTS = True +SFS_FORCE_ALL_REQUESTS = True +SFS_CACHE_EXPIRE = 1 +SFS_LOG_EXPIRE = 7 +SFS_HTTP_HEADER = "X-Forwarded-For" +SFS_SOURCE_ZIP = "file:///var/cache/askbot/listed_ip_7.zip" {% endif %} CACHE_MIDDLEWARE_ANONYMOUS_ONLY = True |
