Skip to content

Commit

Permalink
syntax - variable 'None' as string issues
Browse files Browse the repository at this point in the history
  • Loading branch information
pkimber committed Nov 3, 2014
1 parent c81a833 commit f0c9dde
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web/file.sls
@@ -1,5 +1,5 @@
{% set django = pillar.get('django', None) %}
{% set gpg = pillar.get('gpg', None) %}
{% set gpg = pillar.get('gpg', False) %}
{% set monitor = pillar.get('monitor', None) %}
{% set solr = pillar.get('solr', None) %}
{% set testing = pillar.get('testing', False) -%}
Expand Down Expand Up @@ -89,7 +89,6 @@
cron: {{ cron }}
gpg: {{ gpg }}
site: {{ site }}
solr: {{ solr }}

{% endif %} # not testing or testing and test
{% endfor %} # site, settings
Expand Down

0 comments on commit f0c9dde

Please sign in to comment.