Skip to content
Snippets Groups Projects
Commit 2f02cf9a authored by Clément Goubert's avatar Clément Goubert Committed by Alessandro Franceschi
Browse files

Remove .cfg condition for source interfaces.d

On Debian, source everything in interfaces.d when
$network::config_file_per_interface is true instead
of only *.cfg
parent 9ebd4e4d
Branches
No related tags found
No related merge requests found
......@@ -729,7 +729,7 @@ define network::interface (
file_line { 'config_file_per_interface':
ensure => $ensure,
path => '/etc/network/interfaces',
line => 'source /etc/network/interfaces.d/*.cfg',
line => 'source /etc/network/interfaces.d/*',
notify => $network_notify,
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment