adds parameter documentations

This commit is contained in:
Arne Teuke
2018-12-10 16:21:45 +01:00
parent f95359166b
commit 144913bdb4
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ class cd_haproxy::main::files (
# create the header # create the header
concat::fragment { 'header': concat::fragment { 'header':
target => $hy_main_config, target => $hy_main_config,
content => $hy_config_head_erb, content => template($hy_config_head_erb),
order => '001', order => '001',
} }
} }

View File

@@ -67,7 +67,7 @@ $hy_main_dir = '/etc/haproxy'
# files # files
$hy_main_config = "${hy_main_dir}/haproxy.cfg" $hy_main_config = "${hy_main_dir}/haproxy.cfg"
$hy_config_head_erb = 'cd_puppet/haproxy_head.erb' $hy_config_head_erb = 'cd_haproxy/haproxy_head.erb'
# includes must be last # includes must be last