summaryrefslogtreecommitdiffstats
path: root/roles/paste/templates
diff options
context:
space:
mode:
authorKevin Fenzi <kevin@scrye.com>2014-03-02 19:37:53 +0000
committerKevin Fenzi <kevin@scrye.com>2014-03-02 19:37:53 +0000
commite78f2428bd2bfaca504ef51c367152e9d1d137ee (patch)
tree6cc846194c3dc674788327118793082daa68b5aa /roles/paste/templates
parent2996177350003d61291657972836b4013adc8dc3 (diff)
downloadansible-e78f2428bd2bfaca504ef51c367152e9d1d137ee.tar.gz
ansible-e78f2428bd2bfaca504ef51c367152e9d1d137ee.tar.xz
ansible-e78f2428bd2bfaca504ef51c367152e9d1d137ee.zip
Fix template
Diffstat (limited to 'roles/paste/templates')
-rw-r--r--roles/paste/templates/config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/paste/templates/config.php b/roles/paste/templates/config.php
index 775eef0ee..6260a35a2 100644
--- a/roles/paste/templates/config.php
+++ b/roles/paste/templates/config.php
@@ -6,7 +6,7 @@
/// Please DO NOT modify manually
/// Unless you are absolutely sure what you're doing ;-)
-{% if environment == "staging" %}
+{% if env == "staging" %}
$db_host = "db02.stg";
{% else %}
$db_host = "db-paste";