diff options
author | varac <varacanero@zeromail.org> | 2012-10-08 21:54:34 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2012-10-08 21:54:34 +0200 |
commit | e373def213a4e55c37c7940195ea9cd33e604f2d (patch) | |
tree | 0cac87652eb995f377f182a6e0843671bc98bc21 /puppet/modules/site_config | |
parent | a2fdea96778a01acabf9f1e40cc8cc295520cd61 (diff) |
+ site_shorewall::eip
Diffstat (limited to 'puppet/modules/site_config')
-rw-r--r-- | puppet/modules/site_config/manifests/eip.pp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/puppet/modules/site_config/manifests/eip.pp b/puppet/modules/site_config/manifests/eip.pp index 2c696d21..95f9dbf4 100644 --- a/puppet/modules/site_config/manifests/eip.pp +++ b/puppet/modules/site_config/manifests/eip.pp @@ -24,4 +24,6 @@ class site_config::eip { push => '"dhcp-option DNS 10.2.0.1"', management => '127.0.0.1 1001' } + + include site_shorewall::eip } |