Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-20 | new shorewall_version fact, switch shorewall_major_version to use it | Matt Taggart | |
from https://0xacab.org/riseup-puppet-recipes/shorewall/commit/0cd2a305f7fd9ba830a1fa3de25428ffa71d39f7#note_92590 | |||
2017-02-13 | Merge branch '5.x-2' into 'master' | Micah | |
5.x changes part 2 See merge request !8 | |||
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 branch '5.x' into 'master' | Micah | |
changes needed for 5.x See merge request !7 | |||
2017-02-09 | correct decision | mh | |
2017-02-09 | cherry pick fixes for 5.x | mh | |
Conflicts: manifests/rule_section.pp | |||
2017-02-09 | mory rubyism | mh | |
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-02-09 | * add shorewal version facter | Lebedev Vadim | |
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 | |||
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 | |
2015-12-05 | a cleaner naming | mh | |
2015-12-05 | add rule for stun | o | |
2015-12-05 | add rule for openvpn | o | |
2015-12-05 | manage new and legacy ports of managesieve | mh | |
2015-12-05 | add rules for pyzor | mh | |
2015-12-05 | make it easier to override behaviour of the dns rules | mh | |
2015-12-05 | The augeas module is not needed, but the concat module is | Sylvain Veyrié | |
2015-12-05 | fix define | mh | |
2015-12-05 | migrate ipsec rules to a define so we can specify multiple zones | mh | |
2015-12-05 | only manage the config_path if we do not manage the config file | mh | |
2015-12-05 | use the centos class on centos based systems | mh | |
2015-12-05 | with the latest updates on EL6 this is needed | mh | |
2015-11-28 | Merge branch 'master' into 'master' | ng | |
Remove 'require augeas' (#4396) Because the puppet 'require' keyword actually instantiates a class, having 'require augeas' in base.pp means that you cannot instantiate the augeas class anywhere else in your manifests, for example with some optional parameters to the class. If you do, you will get a duplicate definition error. The README already says that the augeas module is required. It seems better that this is managed outside of the module, allowing for class parameter flexibility. See merge request !3 | |||
2015-10-09 | Merge branch 'feature/mangle-support-multiple-rules-with-same-action' into ↵ | Micah | |
'master' Feature/mangle support multiple rules with same action This allows one to support multiple networks in libvirt. See merge request !4 | |||
2015-07-16 | shorewall::rules::libvirt::host: adjust to changes in shorewall::mangle. | intrigeri | |
That is, make the resource's title more unique by including the destination interface in it, and accordingly pass the desired action via the new, dedicated parameter. | |||
2015-07-16 | shorewall::mangle: allow specifying the ACTION explicitly. | intrigeri | |
Previously, it was using $name, which prevented adding multiple mangle rules that share a common ACTION, with different parameters. | |||
2015-07-08 | fixed code indentation, added gitlab shared remote | varac | |
2015-07-08 | moved README to README.md so it hopefully renders as markdown in gitlab now | varac | |
2015-05-19 | provide a class ordering hint for augeas setup | Micah Anderson | |