adds haproxy user

This commit is contained in:
Arne Teuke
2018-12-10 14:36:54 +01:00
parent f1ced15fee
commit 2f3afa420b
10 changed files with 194 additions and 40 deletions

View File

@@ -25,7 +25,9 @@ class cd_haproxy::main::install (
) inherits cd_haproxy::params {
package {$reqpackages:
ensure => $pkg_ensure,
if $fqdn == $hy_host_fqdn {
package {$reqpackages:
ensure => $pkg_ensure,
}
}
}