summaryrefslogtreecommitdiff
path: root/puppet/modules/site_config/manifests/eip.pp
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/modules/site_config/manifests/eip.pp')
-rw-r--r--puppet/modules/site_config/manifests/eip.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/modules/site_config/manifests/eip.pp b/puppet/modules/site_config/manifests/eip.pp
index 498d7eed..15bf8be2 100644
--- a/puppet/modules/site_config/manifests/eip.pp
+++ b/puppet/modules/site_config/manifests/eip.pp
@@ -4,7 +4,7 @@ class site_config::eip {
$ip_address = hiera('ip_address')
$interface = hiera('interface')
- $gateway_address = hiera('gateway_address')
+ #$gateway_address = hiera('gateway_address')
$openvpn_config = hiera('openvpn')
$openvpn_gateway_address = $openvpn_config['gateway_address']