summaryrefslogtreecommitdiffstats
path: root/roles/ask
diff options
context:
space:
mode:
authorRalph Bean <rbean@redhat.com>2014-09-24 18:52:34 +0000
committerRalph Bean <rbean@redhat.com>2014-09-24 18:52:34 +0000
commite3527572cd910f932a57634181eac214f49f9acc (patch)
tree194dee3e9aa854c8883e304276836ba116a9f88c /roles/ask
parent15d4b5dc656de0eebff433b638515def08d513ee (diff)
downloadansible-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.py12
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