Цей веб-сайт працює краще з JavaScript.
Головна
Огляд
Довідка
Реєстрація
Увійти
salt
/
salt-formula
Слідкувати
2
В обрані
0
Форк
0
Код
Проблеми
0
Запити на злиття
0
Релізи
7
Вікі
Активність
New Saltstack Salt formula
Ви не можете вибрати більше 25 тем
Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
386
Коміти
26
Гілки
Дерево:
f03c4e8227
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
Гілки
Теги
${ item.name }
Створити гілку
${ searchTerm }
з 'f03c4e8227'
${ noResults }
salt-formula
/
tests
/
pillar
/
minion_env_vars.sls
minion_env_vars.sls
67B
Неформатований
Normal View
Історія
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 роки тому
1
2
3
4
5
salt:
minion:
enabled: true
env_vars:
engine: file