From 03be83cd353a56ee66aa28ab3ac9c2b6da3a4a1d Mon Sep 17 00:00:00 2001 From: GGabriele Date: Wed, 14 Sep 2016 17:10:21 +0200 Subject: [PATCH] Fixing return string --- network/nxos/nxos_snmp_location.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/nxos/nxos_snmp_location.py b/network/nxos/nxos_snmp_location.py index 5b1cda222a9..eb9520a931a 100644 --- a/network/nxos/nxos_snmp_location.py +++ b/network/nxos/nxos_snmp_location.py @@ -77,7 +77,7 @@ end_state: updates: description: command sent to the device returned: always - type: string + type: list sample: ["snmp-server location New_Test"] changed: description: check to see if a change was made on the device