diff options
author | varac <varacanero@zeromail.org> | 2012-11-06 11:23:10 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2012-11-06 11:23:10 +0100 |
commit | 6022635279a4c6481b1f53fcad43c3b179405405 (patch) | |
tree | f201dca78af896cb1275d4064936132b1b76c4d2 /puppet | |
parent | b08f959aa17f05821a6a4a58266b9250cdc59cbb (diff) |
duplicate definition after merge
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/modules/site_shorewall/manifests/eip.pp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/puppet/modules/site_shorewall/manifests/eip.pp b/puppet/modules/site_shorewall/manifests/eip.pp index 20e22cb3..086bf75a 100644 --- a/puppet/modules/site_shorewall/manifests/eip.pp +++ b/puppet/modules/site_shorewall/manifests/eip.pp @@ -11,7 +11,6 @@ class site_shorewall::eip { $openvpn_config = hiera('openvpn') $openvpn_ports = $openvpn_config['ports'] $openvpn_gateway_address = $site_config::eip::openvpn_gateway_address - $interface = hiera('interface') # define macro for incoming services file { '/etc/shorewall/macro.leap_eip': |