From 92a4b8124735ae6225adc55fcd22a693b8b84388 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Thu, 15 Dec 2022 16:04:48 -0500 Subject: [PATCH] Fix sample featuring non-existant attribute --- confluent_client/doc/man/nodeattrib.ronn.tmpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/confluent_client/doc/man/nodeattrib.ronn.tmpl b/confluent_client/doc/man/nodeattrib.ronn.tmpl index 9eb71c3d..6684fce0 100644 --- a/confluent_client/doc/man/nodeattrib.ronn.tmpl +++ b/confluent_client/doc/man/nodeattrib.ronn.tmpl @@ -83,12 +83,12 @@ to a blank value will allow masking a group defined attribute with an empty valu `# nodeattrib n1,n2 hardwaremanagement --blame` `n1: hardwaremanagement.manager: 172.30.3.1` `n1: hardwaremanagement.method: ipmi (inherited from group everything)` - `n1: hardwaremanagement.switch: r8e1` - `n1: hardwaremanagement.switchport: 14` + `n1: net.switch: r8e1` + `n1: net.switchport: 14` `n2: hardwaremanagement.manager: 172.30.3.2` `n2: hardwaremanagement.method: ipmi (inherited from group everything)` - `n2: hardwaremanagement.switch: r8e1` - `n2: hardwaremanagement.switchport: 2` + `n2: net.switch: r8e1` + `n2: net.switchport: 2` * Listing matching nodes of a simple noderange that are set: `# nodeattrib n1-n2 current`