Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport #51677 to master #55637

Merged
merged 11 commits into from
Dec 14, 2019
Prev Previous commit
Next Next commit
Add execution driver to config.option defaults
  • Loading branch information
Erik Johnson committed Dec 13, 2019
commit b742352d91361b66a443a2df9f556efe2f5a34e7
1 change: 1 addition & 0 deletions salt/modules/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
'virt': {'tunnel': False,
'images': os.path.join(syspaths.SRV_ROOT_DIR, 'salt-images')},

'docker.exec_driver': 'docker-exec',
'docker.compare_container_networks': {
'static': ['Aliases', 'Links', 'IPAMConfig'],
'automatic': ['IPAddress', 'Gateway',
Expand Down