Kaynağa Gözat

Merge pull request #54 from webplatform/master

Installing nginx on Ubuntu/Debian fails, missing map property
susefix
Nitin Madhok 10 yıl önce
ebeveyn
işleme
37a048ceb0
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. +2
    -1
      nginx/map.jinja

+ 2
- 1
nginx/map.jinja Dosyayı Görüntüle

@@ -1,8 +1,9 @@
{% set nginx = salt['grains.filter_by']({
'Debian': {
'apache_utils': 'apache2-utils',
'package': 'nginx-full'
},
'RedHat': {
'apache_utils': 'httpd-tools',
},
}, merge=salt['pillar.get']('nginx:lookup')) %}
}, merge=salt['pillar.get']('nginx:lookup')) %}

Yükleniyor…
İptal
Kaydet