Merge pull request #160 from netmanagers/master

Fix missing defaults when no `install_from_*` is set
This commit is contained in:
Niels Abspoel 2017-06-26 21:38:03 +02:00 committed by GitHub
commit d938725d2c

View File

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