Skip to content

Commit acabbbf

Browse files
committed
Remove concat::setup for include
Since the class is now throwing an error when you use the class directly, I'm just removing it. We left this in from the last rewrite as someone reported an issue a long time ago, but alas we have been unable to prove its a problem. Signed-off-by: Ken Barber <[email protected]>
1 parent 5df36cf commit acabbbf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

manifests/server/config.pp

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323

2424
if ($manage_pg_hba_conf == true) {
2525
# Prepare the main pg_hba file
26-
include concat::setup
2726
concat { $pg_hba_conf_path:
2827
owner => 0,
2928
group => $group,

0 commit comments

Comments
 (0)