Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-08 | introduce params4 and params6 helper to more easily differentiate | mh | |
2017-04-08 | add missing file | mh | |
2017-04-08 | introduce params only for ipv6 and only for ipv4 | mh | |
2017-04-08 | introduce params for shorewall6, by default it's just a copy of the ones for ↵ | mh | |
shorewall | |||
2017-04-08 | broadcast column is not needed for shorewall6 | mh | |
2017-04-08 | add missing file | mh | |
2017-04-08 | manage interfaces for shorewall6 | mh | |
2017-04-08 | cleanup certain unsupported options | mh | |
2017-04-08 | add a full version fact and derive the maj from that one and make the fact ↵ | mh | |
work, even if there is no shorewall installed | |||
2017-04-08 | group that together | mh | |
2017-04-07 | we need this | mh | |
2017-04-07 | rename snippet | mh | |
2017-04-07 | add mgmt of files for shorewall6 | mh | |
2017-04-07 | make zones also for ipv6 | mh | |
2017-04-07 | make dependencies a bit more clear | mh | |
2017-04-07 | fix path | mh | |
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 |