change parameter
This commit is contained in:
@@ -92,8 +92,12 @@ All files and directories are configured with correct selinux context. If selinu
|
|||||||
|
|
||||||
## Support
|
## Support
|
||||||
|
|
||||||
* OS: CentOS 7
|
* OS: CentOS 7, Rocky9
|
||||||
* Puppet 5
|
* Puppet 6
|
||||||
|
|
||||||
|
## Forks
|
||||||
|
|
||||||
|
When forking or downloading the repo, the Jenkinsfile will have to be adjusted to your own settings, as it will not work outside our cloud.
|
||||||
|
|
||||||
## Tests
|
## Tests
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<% if @fqdn == @haproxy_fqdn -%>
|
<% if @fqdn == @hy_host_fqdn -%>
|
||||||
<% if @acl_rule != '' -%>
|
<% if @acl_rule != '' -%>
|
||||||
<% @acl_rule.each do |acl_rule| -%>
|
<% @acl_rule.each do |acl_rule| -%>
|
||||||
acl <%= acl_rule %>
|
acl <%= acl_rule %>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<% if @fqdn == @haproxy_fqdn -%>
|
<% if @fqdn == @hy_host_fqdn -%>
|
||||||
backend <%= @backend_name %>
|
backend <%= @backend_name %>
|
||||||
<% @be_server_name.each do |be_server| -%>
|
<% @be_server_name.each do |be_server| -%>
|
||||||
server <%= be_server %>
|
server <%= be_server %>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<% if @fqdn == @haproxy_fqdn -%>
|
<% if @fqdn == @hy_host_fqdn -%>
|
||||||
frontend <%= @frontend_name %>
|
frontend <%= @frontend_name %>
|
||||||
mode <%= @frontend_mode %>
|
mode <%= @frontend_mode %>
|
||||||
bind <%= @fe_bind_mode %>
|
bind <%= @fe_bind_mode %>
|
||||||
|
|||||||
Reference in New Issue
Block a user