From 1dd687c882135f630811130882f87216a4214653 Mon Sep 17 00:00:00 2001 From: Dominic Cleal Date: Thu, 21 Mar 2013 10:13:43 +0000 Subject: [PATCH] Add explicit call to concat::setup when creating concat file --- manifests/pg_hba.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/pg_hba.pp b/manifests/pg_hba.pp index 20d78ac..599e002 100644 --- a/manifests/pg_hba.pp +++ b/manifests/pg_hba.pp @@ -6,6 +6,7 @@ define postgresql::pg_hba( $group = $postgresql::params::group ) { include postgresql::params + include concat::setup # Collect file from fragments concat { $target: