Fix missing defaults when no install_from_*
is set
This commit is contained in:
parent
9f5f966f7e
commit
0be21dff4c
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user