From 14d1ff386c4fbc346376399ff22004ecfa593927 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Tue, 25 Feb 2025 18:16:08 +0100 Subject: [PATCH] add config --- maifests/params.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/maifests/params.pp b/maifests/params.pp index 90adde4..a29d2f5 100644 --- a/maifests/params.pp +++ b/maifests/params.pp @@ -10,6 +10,7 @@ class puppet_cd::params ( ) { + # includes must be last include puppet_cd::main::config }