This repository was archived by the owner on Nov 11, 2021. It is now read-only.

Description
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
|
line => 'source /etc/network/interfaces.d/*.cfg', |