Merge pull request #160 from netmanagers/master
Fix missing defaults when no `install_from_*` is set
This commit is contained in:
commit
d938725d2c
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user