This commit is contained in:
Arne Teuke
2025-01-30 00:07:00 +01:00
parent ddcfef8d8a
commit e14be7f56c
4 changed files with 16 additions and 20 deletions

View File

@@ -47,6 +47,15 @@ class cd_haproxy::main::files (
order => '001',
}
# create the header
concat::fragment { 'tail':
target => $hy_main_config,
content => template($hy_config_tail_erb),
order => '100',
}
# pid file
file { $hy_pid:
ensure => file,