From eefd846f7c146079d9416333397eb1a7a929c19a Mon Sep 17 00:00:00 2001 From: 12ww1160 <12ww1160@confdroid.com> Date: Mon, 7 Sep 2026 13:46:59 +0200 Subject: [PATCH] OP#672 add fqdnn variable --- manifests/params.pp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifests/params.pp b/manifests/params.pp index 37af0ed..0cefe90 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -49,6 +49,9 @@ class confdroid_alloy::params ( Array $ay_target_contacts = ['nagiosadmin'], ) { + # defaults + $fqdn = $facts['networking']['fqdn'] + # service $ay_service = 'alloy'