Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
salt
/
salt-formula
Segui
2
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
7
Wiki
Attività
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
Commit
26
Rami (Branch)
Albero (Tree):
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
Rami (Branch)
Tag
${ item.name }
Crea branch
${ searchTerm }
da '1f125682bf'
${ noResults }
salt-formula
/
tests
/
pillar
/
minion_env_vars.sls
minion_env_vars.sls
67B
Originale
Normal View
Cronologia
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 anni fa
1
2
3
4
5
salt:
minion:
enabled: true
env_vars:
engine: file