mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix Domainname introspection
Default value needs to be extracted from the container itself, because dockerd set Domainname value when network_mode=host.
This commit is contained in:
parent
5bc8c326ce
commit
505b5b0168
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@ VALID_CREATE_OPTS = {
|
|||
'domainname': {
|
||||
'validator': 'string',
|
||||
'path': 'Config:Domainname',
|
||||
'default': '',
|
||||
'get_default_from_container': True,
|
||||
},
|
||||
'interactive': {
|
||||
'api_name': 'stdin_open',
|
||||
|
|
Loading…
Add table
Reference in a new issue