Projet

Général

Profil

Révision:

Révisions

# Date Auteur Commentaire
0f100e5c 2021-01-28 06:06 Nacho Barrientos

Merge pull request #70 from cernops/issue69

Fix IP version filter for IPv6 traffic

14156fb6 2021-01-27 06:48 Nacho Barrientos

Add unit test

1d56f209 2021-01-27 06:45 Nacho Barrientos

Fix IP version filter for IPv6 traffic

13f26dfc 2021-01-26 07:17 Nacho Barrientos

Improve nftables::rule's documentation (#68)

863b9d93 2021-01-25 17:40 Kienan Stewart

Merge branch 'dev-debian_support' into stretch_support

f29ea029 2021-01-25 17:38 Kienan Stewart

Fix nftables::rules::out::nfs3 for nftables 0.9.0

df9a09bb 2021-01-25 16:33 Kienan Stewart

Fix nftables::rules::nfs3 syntax to work with nftables 0.9.0

7d44d49e 2021-01-25 10:19 Steve Traylen

[blacksmith] Bump version to 1.1.1-rc0

afc4dd16 2021-01-25 10:16 Steve Traylen

Release 1.1.0 (#67)

7c92861a 2021-01-21 11:47 Kienan Stewart

Fix rubocop style error

de7a904c 2021-01-19 17:34 Kienan Stewart

Move configuration_path default to module data

cb6f3584 2021-01-19 15:22 Kienan Stewart

Fix reloads on Debian Stretch

The paths for various binaries are slightly different

f307977a 2021-01-19 11:41 Kienan Stewart

Merge branch 'dev-debian_support' into stretch_support

7fe7a4aa 2021-01-19 11:38 Kienan Stewart

Rename nftables_configuration_path to configuration_path

db7f6aef 2021-01-19 11:27 Kienan Stewart

Remove commented code from spec_helper

It's not necessary, and will be removed the next time modulesync is run.

546de19c 2021-01-19 11:26 Kienan Stewart

Change configuration path form AbsolutePath to Unixpath

08f77750 2021-01-18 16:40 Kienan Stewart

Mark Debian 9 as supported

b4558e94 2021-01-18 16:35 Kienan Stewart

Use /usr/sbin for nft binary path in systemd service

/sbin in Debian Buster is a symbolic link to /usr/sbin; however,
in Debian Stretch it's a separate folder and the nft binary is
in /usr/sbin/nft. Note: this commit probably breaks support for
CentOS, but I'm not planning on requesting to merge this commit...

26cdcbbd 2021-01-18 16:35 Kienan Stewart

Support old-style facts for facter in Debian Stretch

f8c4097f 2021-01-18 16:31 Kienan Stewart

Fix Debian data defaults

The module name prefix was missing in the hieradata. I removed the modifications
to spec_helper.rb that made the tests work with the erroneous data.

c8683bd8 2021-01-18 16:21 Kienan Stewart

Revert "Use symbols for both lookups in os_facts"

This reverts commit 0877a8fd3646130f06b29e581a1ed2f990394094.

My initial tests were too hasty. `os_facts[:os][:family]` returns
an empty string. The original formulation was correct.

430c87b7 2021-01-18 15:37 Kienan Stewart

Load module data during spec tests

This allows tests that depend on the module data being loaded to pass.

0877a8fd 2021-01-18 14:44 Kienan Stewart

Use symbols for both lookups in os_facts

The access does work this way and it seems preferable to be
consistent. The access using `os_facts['os']` does not work.

cad7d4cd 2021-01-18 14:37 Tim Meusel

Merge pull request #60 from duritong/more_mail_client_rules

add some mail related outgoing rules

19908f41 2021-01-18 14:07 mh

add some mail related outgoing rules

19a87d6f 2021-01-18 14:00 Kienan Stewart

Add Debian as a supported OS

96705735 2021-01-18 14:00 Kienan Stewart

Add test cases for Debian

a86c6409 2021-01-18 14:00 Kienan Stewart

Convert puppet_nft systemd drop-in unit file to template

8d22a441 2021-01-18 14:00 Kienan Stewart

WIP: Start adding support for Debian

2827108d 2021-01-18 11:28 Tim Meusel

Merge pull request #63 from traylenator/badges

Add badges to README

e2031b31 2021-01-18 11:18 Tim Meusel

Merge pull request #64 from traylenator/params

Enable parameter_documentation lint

e977eb3b 2021-01-18 11:17 Tim Meusel

Merge pull request #62 from glpatcern/master

Added Samba in rules

09cba182 2021-01-18 10:36 Steve Traylen

Enable parameter_documentation lint

The linter checks that every parameter has been documented.

While corrections have been made to great many classes some more
complicated examples have been left for now. Should be updated
as the files get touched.

https://github.com/domcleal/puppet-lint-param-docs

354a82d9 2021-01-18 10:19 Giuseppe Lo Presti

Removed unneeded parentheses

82b6fd57 2021-01-18 09:43 Steve Traylen

Add badges to README

4470f70c 2021-01-18 09:36 Giuseppe Lo Presti

Updated docs

Co-authored-by: Nacho Barrientos <>

6587545a 2021-01-18 09:04 Nacho Barrientos

Merge pull request #53 from cernops/allrules_check

Check that all the predefined rules are declared in the all rules acceptance test

e743f82e 2021-01-18 08:35 Giuseppe Lo Presti

Made ctdb rule parameterized

c3f6e1ff 2021-01-18 08:07 Nacho Barrientos

Use a separate job file

3246b968 2021-01-18 08:00 Nacho Barrientos

Check that all rules are declared in the all rules acceptance test

beaf4ee3 2021-01-18 07:42 Nacho Barrientos

Merge pull request #59 from cernops/issue58

Align simplerule and rule rulename requirements

8c00b818 2021-01-18 07:37 Nacho Barrientos

Pull up rule regexp to type aliases

1ee2f66b 2021-01-18 06:25 Giuseppe Lo Presti

Added to tests

a6f61c62 2021-01-18 05:51 Giuseppe Lo Presti

Added Samba in rules

6a4ffead 2021-01-13 11:10 Nacho Barrientos

Align simplerule and rule rulename requirements

2bcfc1aa 2020-12-15 05:14 Steve Traylen

[blacksmith] Bump version to 1.0.1-rc0

bc1b0f1a 2020-12-15 05:07 Steve Traylen

Release 1.0.0 (#49)

  • Release 1.0.0

Co-authored-by: duritong <>

5d71ec69 2020-12-14 05:35 duritong

Merge pull request #56 from traylenator/ports

Use Stdlib::Port everywhere in place of Integer

94a80621 2020-12-14 05:07 Steve Traylen

Use Stdlib::Port everywhere in place of Integer

Use Stdlib::Port in place of Integer for ports

Fixes #37

b1085d8d 2020-12-14 03:46 Tim Meusel

Merge pull request #55 from traylenator/moredocs

Docs for nftables::set

(401-450/665) Par page : 50, 100, 200

Formats disponibles : Atom