diff options
| author | varac <varacanero@zeromail.org> | 2012-10-04 23:56:36 +0200 | 
|---|---|---|
| committer | varac <varacanero@zeromail.org> | 2012-10-04 23:56:36 +0200 | 
| commit | 76f15950d637a79604f6472ba19f662069e59dc8 (patch) | |
| tree | 9387f8429f8a5bd4af14f68845db31667b3551ee /puppet/modules | |
| parent | b49ab6a1a06bcc31984e09a5371510643eef3c87 (diff) | |
typo in eip.pp
Diffstat (limited to 'puppet/modules')
| -rw-r--r-- | puppet/modules/site_config/manifests/eip.pp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/puppet/modules/site_config/manifests/eip.pp b/puppet/modules/site_config/manifests/eip.pp index 9f1c205c..2c696d21 100644 --- a/puppet/modules/site_config/manifests/eip.pp +++ b/puppet/modules/site_config/manifests/eip.pp @@ -14,7 +14,7 @@ class site_config::eip {      local       => $::ipaddress_eth0_1,      server      => '10.1.0.0 255.255.248.0',      push        => '"dhcp-option DNS 10.1.0.1"', -    management  => 'management 127.0.0.1 1000' +    management  => '127.0.0.1 1000'    }    site_openvpn::server_config { 'udp_config':      port        => '1194', @@ -22,6 +22,6 @@ class site_config::eip {      local       => $::ipaddress_eth0_1,      server      => '10.2.0.0 255.255.248.0',      push        => '"dhcp-option DNS 10.2.0.1"', -    management  => 'management 127.0.0.1 1001' +    management  => '127.0.0.1 1001'    }  } | 
