Fix device_auth formatting in POD

This commit is contained in:
Christian Ramseyer
2019-06-18 13:39:19 +02:00
parent 9a92e7e2a2
commit a61159deb9

View File

@@ -16,14 +16,14 @@ C<enable> status after login:
To use an C<enable> password separate from the login password, add an
C<enable_password> under C<device_auth> tag in your configuration file:
device_auth:
- tag: sshasa
driver: cli
platform: ASA
only: '192.0.2.1'
username: oliver
password: letmein
enable_password: myenablepass
device_auth:
- tag: sshasa
driver: cli
platform: ASA
only: '192.0.2.1'
username: oliver
password: letmein
enable_password: myenablepass
=cut