Eos port default values (#23829)

* Hook port back up for eos cli transport

* The default values have moved

* Why not have conditional defaults?
This commit is contained in:
Nathaniel Case 2017-04-20 15:58:45 -04:00 committed by GitHub
parent b4b96143fe
commit 0c2a0c7bce
2 changed files with 8 additions and 8 deletions

View file

@ -60,7 +60,6 @@ eos_argument_spec = {
# Add argument's default value here
ARGS_DEFAULT_VALUE = {
'transport': 'cli',
'port': 443,
'use_ssl': True,
'validate_certs': True
}