Bu web sitesi JavaScript ile daha iyi çalışır.
Ana Sayfa
Keşfet
Yardım
Üye Ol
Giriş Yap
salt
/
salt-formula
İzle
2
Yıldızla
0
Çatalla
0
Kod
Sorunlar
0
Değişiklik İstekleri
0
Sürümler
7
Wiki
Aktivite
New Saltstack Salt formula
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
382
İşlemeler
26
Dallar
Ağaç:
1f125682bf
HEAD
acl
collect-salt-ca
data_dir_require
doc/update-readme-tursted-ca-minions
feature/remove_ca_symlink
feature/salt-orchestrate
feature/spm-packaging-meta
fix/ca_cert_render_issue
fix/force_symlinks
idempotency
master
meta
minion_fix
pr/fix/ca_cert_whitespaces
pr/fix/install_formulas_fix
pr/fix/minion_dependencis
pr/fix/tests_minion_pki_cert
pr/fix_minion_proxy_device
pr/fix_salt_ca_trust
pr/retry_dns_sm_failover
pr_stateoutput
psutil
soa
syndic
test-kitchen
2016.12.1
2016.12
0.4
0.2
mk22
mk22-sl
mcp0.5
Dallar
Biçim İmleri
${ item.name }
Branş
${ searchTerm }
oluştur
'1f125682bf'den
${ noResults }
salt-formula
/
tests
/
pillar
/
minion_env_vars.sls
minion_env_vars.sls
67B
Ham
Normal Görünüm
Geçmiş
Adding environment variables for salt minion salt-minion started via upstart is not using /etc/environment to source variables therefore is not using system wide http_proxy parameters if they are set there. With this patch if salt.minion.env_vars is set to engine: file salt will set envvars in /etc/default/salt-minion and will use them for all commands executed remotely via salt. Since /etc/default is not used on systems with systemd override for salt-minion to use /etc/environmnet will be set. Change-Id: Icfe122de2486a83820a0bd2e2aeea4be3796c6aa Closes-bug: PROD-16676
7 yıl önce
1
2
3
4
5
salt:
minion:
enabled: true
env_vars:
engine: file