Kaynağa Gözat

fix(map.jinja): fix `salt-lint` errors

```bash
Examining apt-cacher/map.jinja of type state
[203] Most files should not contain tabs
apt-cacher/map.jinja:5
        'interface': 'False'
```
tags/v0.7.1
Imran Iqbal 5 yıl önce
ebeveyn
işleme
abba9c1931
İşleme yapanın e-posta adresine bağlı hesap yok
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      apt-cacher/map.jinja

+ 1
- 1
apt-cacher/map.jinja Dosyayı Görüntüle

@@ -2,6 +2,6 @@
'Debian': {
'group': 'www-data',
'user': 'www-data',
'interface': 'False'
'interface': 'False',
},
}, merge=salt['pillar.get']('apt_cacher')) %}

Yükleniyor…
İptal
Kaydet