Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-20 | update URLs to new working upstream locations | Matt Taggart | |
2017-02-20 | new stoppedrules, replaces routestopped | Matt Taggart | |
2017-02-19 | no need for openvpn outgoing | mh | |
2017-02-14 | Use ensure_packages, to avoid duplicate definition in case ↵ | intrigeri | |
Package['shorewall'] is defined elsewhere already. | |||
2017-02-10 | remove deprecated rfc1918 file | Matt Taggart | |
this hasn't been supported since 3.x days | |||
2017-02-10 | remove deprecated norfc1918 option | Matt Taggart | |
It was deprecated in 4.2.0 http://www.shorewall.net/upgrade_issues.htm | |||
2017-02-10 | remove deprecated blacklist | Matt Taggart | |
the blacklist file was deprecated by upstream in 4.5.7, remove all references to them. Debian wheezy shipped with 4.5.5.3-3 (but could use a backport) and jessie has 4.6.4.3-2 currently. | |||
2017-02-10 | Merge remote-tracking branch 'origin/master' into riseup | Micah Anderson | |
2017-02-09 | correct decision | mh | |
2017-02-09 | cherry pick fixes for 5.x | mh | |
Conflicts: manifests/rule_section.pp | |||
2017-02-09 | * Fix typo | Lebedev Vadim | |
2017-02-09 | * Add example | Lebedev Vadim | |
2017-02-09 | * Add shorewall-blrules support | Lebedev Vadim | |
2017-02-09 | * fix rule section | Lebedev Vadim | |
2017-01-14 | Merge pull request #13 from marknl/master | duritong | |
Conntrack support | |||
2017-01-13 | Merge remote-tracking branch 'github/master' | mh | |
2017-01-13 | correct decision | mh | |
2017-01-13 | also support the older versions | mh | |
2017-01-12 | Merge branch 'master' into master | duritong | |
2017-01-12 | Merge pull request #15 from marknl/patch-2 | duritong | |
Added $host option | |||
2017-01-12 | Use $name for backwards compatibility | Marknl | |
2017-01-12 | connect docu with class | mh | |
2017-01-12 | Merge remote-tracking branch 'github/master' | mh | |
2017-01-11 | Brought $name back into the game for backw. compat | Marknl | |
2017-01-10 | Added $host option | Marknl | |
Current rule.pp converts the $name into the "HOST" parameter in the file, this can result in these definitions: ```shorewall::host { 'eth0:$VPN_HOSTS': zone => 'vpn', options => 'ipsec', order => 200; }``` I suggest moving the variable usage from the $name into a $host parameter, so above example becomes: ```shorewall::host { 'vpn-hosts': zone => 'vpn', host => 'eth0:$VPN_HOSTS', options => 'ipsec', order => 200; }``` | |||
2016-12-27 | Conntrack helper | Marknl | |
2016-12-27 | Added conntrack to managed files | Marknl | |
2016-09-23 | add tor out rule | mh | |
2016-06-29 | * fix rule section | Lebedev Vadim | |
2016-06-26 | older puppet versions can't yet dealt with that | mh | |
2016-06-26 | modernize so we don't need to deploy a full config file anymore | mh | |
2016-06-25 | make this a boolean | mh | |
2016-06-25 | this is only needed on EL6 | mh | |
2016-06-11 | [bug] Augeas is still needed | varac | |
Without including `augeas` puppet would complain: Error: Could not find resource 'Class[Augeas]' for relationship on 'Class[Shorewall::Base]' on node default | |||
2016-05-28 | the section requires a ? since EL6 | mh | |
2016-04-29 | Merge branch 'master' of https://github.com/duritong/puppet-shorewall | Lebedev Vadim | |
Conflicts: manifests/debian.pp manifests/managed_file.pp | |||
2016-04-29 | * fix permission | Lebedev Vadim | |
2015-12-05 | linting for future parser | mh | |
2015-12-05 | check shorewall daily on problems to alert if a rule won't compile | mh | |
2015-12-05 | linting | mh | |
2015-12-05 | make service restart more failsafe | mh | |
2015-12-05 | add razor rules | mh | |
2015-12-05 | make it possible to create resources from hiera | mh | |
2015-12-05 | Deprecated | Sylvain Veyrié | |
2015-12-05 | Non string mode is now deprecated | Sylvain Veyrié | |
2015-12-05 | fix the missing include | mh | |
2015-12-05 | get rid off lsb facts | mh | |
2015-12-05 | indentation | mh | |
2015-12-05 | there might be people who don't have a stun server | mh | |
2015-12-05 | linting | mh | |