fix header names
This commit is contained in:
@@ -40,7 +40,7 @@ class confdroid_postgresql::bouncer::bouncer (
|
|||||||
}
|
}
|
||||||
|
|
||||||
# manage file header
|
# manage file header
|
||||||
concat::fragment { 'header':
|
concat::fragment { 'bouncer_header':
|
||||||
target => $pl_bouncer_ini_file,
|
target => $pl_bouncer_ini_file,
|
||||||
content => template($pl_bouncer_ini_erb),
|
content => template($pl_bouncer_ini_erb),
|
||||||
order => '000',
|
order => '000',
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ class confdroid_postgresql::server::pghba::pg_hba (
|
|||||||
|
|
||||||
# manage file header
|
# manage file header
|
||||||
|
|
||||||
concat::fragment { 'header':
|
concat::fragment { 'pghba_header':
|
||||||
target => $pl_pg_hba_conf,
|
target => $pl_pg_hba_conf,
|
||||||
content => template($pl_pg_hba_conf_erb),
|
content => template($pl_pg_hba_conf_erb),
|
||||||
order => '000',
|
order => '000',
|
||||||
|
|||||||
Reference in New Issue
Block a user