From 7268434874d8a1ae01580de9780056e752815f38 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Sun, 23 Feb 2025 17:02:27 +0100 Subject: [PATCH] add inclusion --- manifests/params.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/params.pp b/manifests/params.pp index f13d3da..ab5a2bd 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -7,7 +7,7 @@ class cd_alloy::params ( ) { - - # includes must be last + # includes must be last + include cd_alloy::main::config }