diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2023-12-26 13:58:59 -0800 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2023-12-26 13:59:48 -0800 |
commit | b853280c2814206bd5be89eed2192e5d1d3ac0ab (patch) | |
tree | 9299420f4c34195b693749ee2730f04765bea90a /modules/xymon/templates | |
parent | ee7937acef49bfc1f44483c82fe6ebf76613182f (diff) | |
download | puppet-b853280c2814206bd5be89eed2192e5d1d3ac0ab.tar puppet-b853280c2814206bd5be89eed2192e5d1d3ac0ab.tar.gz puppet-b853280c2814206bd5be89eed2192e5d1d3ac0ab.tar.bz2 puppet-b853280c2814206bd5be89eed2192e5d1d3ac0ab.tar.xz puppet-b853280c2814206bd5be89eed2192e5d1d3ac0ab.zip |
Fix global variable access in the xymon template
This fixes commit eb04f63d
Diffstat (limited to 'modules/xymon/templates')
-rw-r--r-- | modules/xymon/templates/bb-hosts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/xymon/templates/bb-hosts b/modules/xymon/templates/bb-hosts index 5eb88878..11faca83 100644 --- a/modules/xymon/templates/bb-hosts +++ b/modules/xymon/templates/bb-hosts @@ -22,7 +22,7 @@ page visible Visible Services 0.0.0.0 epoll.<%= domain %> # https://epoll.<%= domain %> 0.0.0.0 planet.<%= domain %> # http://planet.<%= domain %> # This checks the public reverse proxy -0.0.0.0 forums.<%= domain %> # sni https://forums.<%= domain %>=<%= $::nodes_ipaddr['sucuk']['ipv4'] %>/ +0.0.0.0 forums.<%= domain %> # sni https://forums.<%= domain %>=<%= @nodes_ipaddr['sucuk']['ipv4'] %>/ 0.0.0.0 check.<%= domain %> # http://check.<%= domain %> 0.0.0.0 pkgsubmit.<%= domain %> # http://pkgsubmit.<%= domain %> 0.0.0.0 bcd.<%= domain %> # http://bcd.<%= domain %> @@ -40,7 +40,7 @@ group-compress Marseille 212.85.158.153 duvel.<%= domain %> # testip ssh rsync svn git ldapssl ldap group-compress VM Sucuk -192.168.122.131 friteuse.<%= domain %> # testip ssh sni http://forums.<%= domain %>=<%= $::nodes_ipaddr['friteuse']['ipv4'] %>/ https://forums.<%= domain %>=<%= $::nodes_ipaddr['friteuse']['ipv4'] %>/ +192.168.122.131 friteuse.<%= domain %> # testip ssh sni http://forums.<%= domain %>=<%= @nodes_ipaddr['friteuse']['ipv4'] %>/ https://forums.<%= domain %>=<%= @nodes_ipaddr['friteuse']['ipv4'] %>/ group-compress Scaleway 163.172.148.228 neru.mageia.org # testip ssh dns ldap ldapssl smtp |