From ad8404739867dd572306e01893039d23deffa016 Mon Sep 17 00:00:00 2001 From: nick n <39005454+inphobia@users.noreply.github.com> Date: Tue, 18 Jun 2019 15:44:02 +0200 Subject: [PATCH] fix pod as in a61159d --- lib/App/Netdisco/SSHCollector/Platform/CPVSX.pm | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lib/App/Netdisco/SSHCollector/Platform/CPVSX.pm b/lib/App/Netdisco/SSHCollector/Platform/CPVSX.pm index 74292a95..2307cdb7 100644 --- a/lib/App/Netdisco/SSHCollector/Platform/CPVSX.pm +++ b/lib/App/Netdisco/SSHCollector/Platform/CPVSX.pm @@ -12,14 +12,14 @@ This collector uses "C" as the command for the arp utility on your system. Clish "C" does not work correctly in versions prior to R77.30. Config example: -device_auth: - - tag: sshcpvsx - driver: cli - platform: CPVSX - only: '192.0.2.1' - username: oliver - password: letmein - expert_password: letmein2 + device_auth: + - tag: sshcpvsx + driver: cli + platform: CPVSX + only: '192.0.2.1' + username: oliver + password: letmein + expert_password: letmein2 =cut