From 8e0fc88404e1d640fb052aa3ee00f8090d67c668 Mon Sep 17 00:00:00 2001 From: Erik Reid <erik.reid@geant.org> Date: Wed, 2 Mar 2022 19:47:20 +0100 Subject: [PATCH] allow inactive attribute to appear in configuration elements --- inventory_provider/juniper.py | 1 + 1 file changed, 1 insertion(+) diff --git a/inventory_provider/juniper.py b/inventory_provider/juniper.py index 3f1f94a3..2c3b0b82 100644 --- a/inventory_provider/juniper.py +++ b/inventory_provider/juniper.py @@ -80,6 +80,7 @@ CONFIG_SCHEMA = """<?xml version="1.1" encoding="UTF-8" ?> </xs:sequence> <xs:attribute name="changed-seconds" type="xs:string" /> <xs:attribute name="changed-localtime" type="xs:string" /> + <xs:attribute name="inactive" type="xs:string" /> </xs:complexType> </xs:element> -- GitLab