Fix missing defaults when no install_from_* is set

This commit is contained in:
Javier Bértoli 2017-06-26 13:10:44 -03:00
parent 9f5f966f7e
commit 0be21dff4c

View File

@ -15,6 +15,10 @@
{% set from_official = false %}
{% set from_ppa = false %}
{% set from_phusionpassenger = true %}
{% else %}
{% set from_official = false %}
{% set from_ppa = false %}
{% set from_phusionpassenger = false %}
{%- endif %}
nginx_install: