Browse Source

Fix missing defaults when no `install_from_*` is set

susefix
Javier Bértoli 7 years ago
parent
commit
0be21dff4c
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      nginx/ng/pkg.sls

+ 4
- 0
nginx/ng/pkg.sls 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:

Loading…
Cancel
Save