Kaynağa Gözat

fix(default): set salt:minion:master_type to str

Having it set as true causes an error with the minion config when the salt-minion starts
tags/v1.9.1
Dallas Harris 3 yıl önce
ebeveyn
işleme
ca1df1b69e
İşleme yapanın e-posta adresine bağlı hesap yok
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      salt/defaults.yaml

+ 1
- 1
salt/defaults.yaml Dosyayı Görüntüle

@@ -58,7 +58,7 @@ salt:
master:
gitfs_provider: gitpython
minion:
master_type: true # see init.sls & standalone.sls
master_type: str # see init.sls & standalone.sls

gitfs:
dulwich:

Yükleniyor…
İptal
Kaydet