You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 11, 2021. It is now read-only.
When using $config_file_per_interface on Debian, /etc/network/interfaces should source everything in /etc/network/interfaces.d/
This breaks some tools that configure additional interfaces out of puppet control.
Actual Behavior
source is restricted to /etc/network/interfaces.d/*.cfg
Expected Behavior
When using $config_file_per_interface on Debian, /etc/network/interfaces should source everything in /etc/network/interfaces.d/
This breaks some tools that configure additional interfaces out of puppet control.
Actual Behavior
source is restricted to /etc/network/interfaces.d/*.cfg
Specifications
puppet6, on master branch, debian 10
Proposed fix
Remove ".cfg" from this line
puppet-network/manifests/interface.pp
Line 732 in 9ebd4e4
The text was updated successfully, but these errors were encountered: