Puppet Class: confdroid_haproxy::main::install
- Inherits:
- confdroid_haproxy::params
- Defined in:
- manifests/main/install.pp
Summary
Class installs binaries required for confdroid_haproxyOverview
confdroid_haproxy::main::install.pp Module name: confdroid_haproxy Author: Arne Teuke (arne_teuke@confdroid.com)
6 7 8 9 10 11 12 13 14 |
# File 'manifests/main/install.pp', line 6
class confdroid_haproxy::main::install (
) inherits confdroid_haproxy::params {
if $fqdn == $hy_host_fqdn {
package { $reqpackages:
ensure => $pkg_ensure,
}
}
}
|