diff options
author | varac <varacanero@zeromail.org> | 2012-10-29 20:01:48 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2012-10-29 20:01:48 +0100 |
commit | 8d2b6978e809004f4bca38d4fef27149497ad309 (patch) | |
tree | cf01d8dbd80d20756572bc09b67e099a03870477 /puppet | |
parent | 7c7c3f6ff9806febe903a9cfdef97c36e3743587 (diff) |
linted
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/modules/site_shorewall/manifests/eip.pp | 2 |
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 31ee3e6c..54f3ea6e 100644 --- a/puppet/modules/site_shorewall/manifests/eip.pp +++ b/puppet/modules/site_shorewall/manifests/eip.pp @@ -8,7 +8,7 @@ class site_shorewall::eip { $interface = hiera('interface') # define macro - file { "/etc/shorewall/macro.leap_eip": + file { '/etc/shorewall/macro.leap_eip': content => 'PARAM - - tcp 53,80,443,1194 PARAM - - udp 53,80,443,1194 ', } |