add httpd-tools to haproxy

This commit is contained in:
Arne Teuke
2025-02-22 13:04:35 +01:00
parent 72396e4819
commit f815a79d95
2 changed files with 2 additions and 2 deletions

View File

@@ -58,7 +58,7 @@
class cd_haproxy::params (
$pkg_ensure = 'latest',
$reqpackages = ['haproxy'],
$reqpackages = ['haproxy','httpd-tools'],
$hy_host_fqdn = undef,