Projet

Général

Profil

Paste
Télécharger au format
Statistiques
| Branche: | Révision:

root / manifests / bridges.pp @ 9ef3491b

Historique | Voir | Annoter | Télécharger (771 octets)

# Date Auteur Commentaire
9ef3491b 2024-11-19 11:28 grepfruit

Fix interface name in rules

255e1b3b 2024-11-18 12:37 grepfruit

Revert "Make sure the special characters in bridge names are properly escaped"

This reverts commit 6b7be24846144590d36f7288ba0c5397a1b7b0ac.

6b7be248 2024-11-18 10:13 grepfruit

Make sure the special characters in bridge names are properly escaped

This solves an issue with nftables giving a syntax error when the interface name contains ':'

b6b5925f 2024-11-13 15:24 mh

Fix problem with interfaces that contain :

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

Support old-style facts for facter in Debian Stretch

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

31b17627 2020-12-07 11:18 Steve Traylen

Use single line for each parameter definition

11bf7237 2020-12-07 09:51 Steve Traylen

lint_fix results

579e27df 2020-10-27 02:22 tr

Fix the regex for bridge names

2c00d766 2020-10-27 02:22 tr

Replace dashes with underlines

Docker daemon bridges contains dashes, replace them with underlines to
fit the naming concept.

fd0eaeca 2020-10-24 06:02 tr

Add class bridges

Allow traffic from any bridge to itself by default