puppet-prod/site/roles/manifests/infra/halb/haproxy.pp
Ben Vincent da53e28f0e feat: add haproxy role
- add infra::halb section for highly available load balancers
2024-01-07 18:34:34 +11:00

6 lines
126 B
Puppet

# a role to deploy a haproxy node
class roles::infra::halb::haproxy {
include profiles::defaults
include profiles::base
}