Merge pull request 'feat: add haproxy role' (#103) from neoloc/haproxy_role into develop

Reviewed-on: unkinben/puppet-prod#103
This commit is contained in:
Ben Vincent 2024-01-07 17:05:22 +09:30
commit 2779de4b9d

View File

@ -0,0 +1,5 @@
# a role to deploy a haproxy node
class roles::infra::halb::haproxy {
include profiles::defaults
include profiles::base
}