adds acl rule for testing

This commit is contained in:
Arne Teuke
2018-12-30 15:02:20 +01:00
parent 3d1c714cf5
commit 1196f0ed6f

View File

@@ -50,6 +50,7 @@ $hy_acl_rule = 'cd_haproxy/haproxy_acl_rule.erb'
concat::fragment { "acl_${name}": concat::fragment { "acl_${name}":
target => $hy_main_config, target => $hy_main_config,
content => template($hy_acl_rule), content => template($hy_acl_rule),
order => $acl_order,
} }
# create backend section # create backend section