Browse Source

Merge pull request #160 from netmanagers/master

Fix missing defaults when no `install_from_*` is set
susefix
Niels Abspoel 7 years ago
parent
commit
d938725d2c
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