From c93846d03b55502cfb44e1337ad36cb6f1a7422e Mon Sep 17 00:00:00 2001 From: Patrik Lundin Date: Mon, 28 Oct 2024 13:35:55 +0100 Subject: [PATCH] Use @ --- .../overlay/etc/puppet/modules/cdn/templates/l4lb/bird.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global/overlay/etc/puppet/modules/cdn/templates/l4lb/bird.conf.erb b/global/overlay/etc/puppet/modules/cdn/templates/l4lb/bird.conf.erb index 94ef5fc..196970f 100644 --- a/global/overlay/etc/puppet/modules/cdn/templates/l4lb/bird.conf.erb +++ b/global/overlay/etc/puppet/modules/cdn/templates/l4lb/bird.conf.erb @@ -3,7 +3,7 @@ log syslog all; # Set router ID. It is a unique identification of your router, usually one of # IPv4 addresses of the router. It is recommended to configure it explicitly. -router id <%= $facts['networking']['ip'] %>; +router id <%= @facts['networking']['ip'] %>; # The Device protocol is not a real routing protocol. It does not generate any # routes and it only serves as a module for getting information about network