Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-07 | correct naming | mh | |
2017-04-07 | first step towards shorewall6, basic service is running | mh | |
2017-04-07 | calculate whether we want to disable ipv6 (if there is no public ipv6 ↵ | mh | |
address) or not | |||
2017-02-19 | no need for openvpn outgoing | mh | |
2017-02-03 | Merge remote-tracking branch 'shared/master' | mh | |
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-13 | mory rubyism | 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-12-27 | Create conntrack.footer | Marknl | |
2016-12-27 | Create conntrack.header | Marknl | |
2016-09-23 | add tor out rule | mh | |
2016-08-03 | Merge pull request #5 from abraham1901/master | duritong | |
* Add shorewall-blrules support | |||
2016-06-29 | * add shorewal version facter | Lebedev Vadim | |
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 | modernize lookup | mh | |
2016-06-25 | this is only needed on EL6 | mh | |
2016-06-13 | Merge branch 'augeas_is_neeed' into 'master' | Micah | |
[bug] Augeas is still needed Without including `augeas` puppet would complain: Error: Could not find resource 'Class[Augeas]' for relationship on 'Class[Shorewall::Base]' on node default See merge request !6 | |||
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-09 | Merge branch 'immerda_changes' into 'master' | Micah | |
Immerda changes See merge request !5 | |||
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 | update a few headers | 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 | |