From e9cbbb888a4e487327cdd6e94ee51004cd7bca1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 20 Jun 2023 20:35:13 +0200 Subject: Add missing target attributes. --- manifests/init.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/init.pp b/manifests/init.pp index 93c7323..64b77db 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -93,11 +93,13 @@ class phpldapadmin ( concat::fragment { 'phpLDAPadmin header': order => 0, source => "puppet:///modules/${module_name}/head.php", + target => $config_file, } concat::fragment { 'phpLDAPadmin trailer': order => 99, source => "puppet:///modules/${module_name}/tail.php", + target => $config_file, } concat::fragment { 'Base phpLDAPadmin configuration': -- cgit v1.2.3