Historique | Voir | Annoter | Télécharger (763 octets)
Fix problem with interfaces that contain :
Support old-style facts for facter in Debian Stretch
Enable parameter_documentation lint
The linter checks that every parameter has been documented.
While corrections have been made to great many classes some morecomplicated examples have been left for now. Should be updatedas the files get touched.
https://github.com/domcleal/puppet-lint-param-docs
Use single line for each parameter definition
lint_fix results
Fix the regex for bridge names
Replace dashes with underlines
Docker daemon bridges contains dashes, replace them with underlines tofit the naming concept.
Add class bridges
Allow traffic from any bridge to itself by default