From bcd83d82067f3abb402fc07b36aa16227065a979 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Fri, 30 Aug 2019 12:20:18 +0200 Subject: [PATCH] Now that we have site included before hiera things, we can do this again --- modules/profile/manifests/ipsec/fasolo_storace.pp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/profile/manifests/ipsec/fasolo_storace.pp b/modules/profile/manifests/ipsec/fasolo_storace.pp index b2d91530a..9cc83408a 100644 --- a/modules/profile/manifests/ipsec/fasolo_storace.pp +++ b/modules/profile/manifests/ipsec/fasolo_storace.pp @@ -5,8 +5,7 @@ class profile::ipsec::fasolo_storace { # Use the first ipv4 address from LDAP, since the puppet fact is not always # the IP address we want to use. For instance, for storace $::facts['ipaddress'] # is 172.29.170.1 (from bond1) instead of 93.94.130.161 from eth0. - $public_ipaddresses = getfromhash($site::nodeinfo, 'misc', 'v4_ldap') - $public_ipaddress = public_ipaddresses[0] + $public_ipaddress = getfromhash($site::nodeinfo, 'misc', 'v4_ldap')[0] # we do ipsec on the backend since it traveres over other people's switching infra ipsec::network { "fasolo_storace": -- 2.20.1