summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-06-20 20:35:13 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-06-20 20:35:13 +0200
commite9cbbb888a4e487327cdd6e94ee51004cd7bca1b (patch)
treed21ae8e713d30fd967ada1c9ec3826c0021828ce
parentSpelling fixes. (diff)
downloadphpldapadmin-master.tar.gz
phpldapadmin-master.tar.xz
Add missing target attributes.HEADmaster
-rw-r--r--manifests/init.pp2
1 files changed, 2 insertions, 0 deletions
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':