From cbf9c7d207d19e6dcc0afaa1fbf42664f9e0788b Mon Sep 17 00:00:00 2001
From: Chris Croome <chris@webarchitects.co.uk>
Date: Fri, 4 Oct 2024 15:06:16 +0100
Subject: [PATCH] add new vars to the arg spec

---
 meta/argument_specs.yml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/meta/argument_specs.yml b/meta/argument_specs.yml
index ab17474..b3e8fe6 100644
--- a/meta/argument_specs.yml
+++ b/meta/argument_specs.yml
@@ -31,6 +31,10 @@ argument_specs:
         type: str
         required: true
         description: Icinga API users directory.
+      icinga_archive_keyring_deb_url:
+        type: str
+        required: true
+        description: URL of the icinga-archive-keyring package for supported distros.
       icinga_auto_generate_nodes_group:
         type: bool
         required: false
@@ -47,6 +51,11 @@ argument_specs:
         type: dict
         required: true
         description: A dictionary of default remote checks, used if host specific checks are not defined.
+      icinga_distros:
+        type: list
+        elements: str
+        required: true
+        description: A list of Debian and Ubuntu distros from the Supported Operating Systems list at https://icinga.com/subscriptions/support-matrix/.
       icinga_feature_disabled:
         type: list
         elements: str
-- 
GitLab