Merge pull request #161 from domcleal/concat-setup
Add explicit call to concat::setup when creating concat file
This commit is contained in:
commit
1fe648db19
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ define postgresql::pg_hba(
|
|||
$group = $postgresql::params::group
|
||||
) {
|
||||
include postgresql::params
|
||||
include concat::setup
|
||||
|
||||
# Collect file from fragments
|
||||
concat { $target:
|
||||
|
|
Loading…
Reference in a new issue