Update fortios_config.py (#23230) (#23232)

(cherry picked from commit 5918bebd6e)
pull/23290/head
John R Barker 8 years ago committed by GitHub
parent 0dc890fbac
commit f0cbd32dd1

@ -132,7 +132,7 @@ def main():
f = FortiOS( module.params['host'],
username=module.params['username'],
password=module.params['password'],
timeout=module.params['username'],
timeout=module.params['timeout'],
vdom=module.params['vdom'])
#connect

Loading…
Cancel
Save