summaryrefslogtreecommitdiff
path: root/puppet/modules/site_shorewall/manifests/eip.pp
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/modules/site_shorewall/manifests/eip.pp')
-rw-r--r--puppet/modules/site_shorewall/manifests/eip.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/modules/site_shorewall/manifests/eip.pp b/puppet/modules/site_shorewall/manifests/eip.pp
index 067b2f83..d5d7ff19 100644
--- a/puppet/modules/site_shorewall/manifests/eip.pp
+++ b/puppet/modules/site_shorewall/manifests/eip.pp
@@ -9,7 +9,7 @@ class site_shorewall::eip {
# a special case for vagrant interfaces
$interface = $::virtual ? {
virtualbox => ['eth0', 'eth1'],
- default => getvar("$::{ip_address}_interface")
+ default => getvar("${ip_address}_interface")
}
$ssh_config = hiera('ssh')
$ssh_port = $ssh_config['port']