Skip to content

Commit

Permalink
Remove virtual_server
Browse files Browse the repository at this point in the history
  • Loading branch information
mergwyn committed Jul 30, 2024
1 parent cc90e0c commit bafd86e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site-modules/profile/manifests/app/keepalived/dns.pp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

$nameservers.each |Integer $index, String $real_ip| {
keepalived::lvs::real_server { "VIP_DNS_${index}":
virtual_server => 'VIP_DNS',
#virtual_server => 'VIP_DNS',
ip_address => $real_ip,
port => 53,
options => {
Expand Down

0 comments on commit bafd86e

Please sign in to comment.