From e2b20c13a1df9920d077582e76ca3dc19b50ba45 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Mon, 3 Oct 2016 19:16:53 +0100 Subject: [PATCH] fix misformat in config docs --- .../lib/App/Netdisco/Manual/Configuration.pod | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/Netdisco/lib/App/Netdisco/Manual/Configuration.pod b/Netdisco/lib/App/Netdisco/Manual/Configuration.pod index 5b56050a..65baa616 100644 --- a/Netdisco/lib/App/Netdisco/Manual/Configuration.pod +++ b/Netdisco/lib/App/Netdisco/Manual/Configuration.pod @@ -598,18 +598,13 @@ Note that multiple SNMP v2 community strings need to be in separate named stanza, as below. However for simple v2 configurations you can use the C shorthand: -snmp_auth: - - tag: 'default_v2_readonly1' - community: 'read1' - read: true - write: false - - tag: 'default_v2_readonly2' - community: 'read2' - read: true - write: false - + snmp_auth: + - tag: 'default_v2_readonly1' + community: 'read1' + - tag: 'default_v2_readonly2' + community: 'read2' + # or... - community: ['read1', 'read2'] =head3 C