fix: set default for use_networkd
- resolving issue where the systemd::manage_networkd is missing for most hosts, setting a default
This commit is contained in:
@@ -4,7 +4,7 @@ class networking (
|
||||
Hash $interface_defaults = {},
|
||||
Hash $routes = {},
|
||||
Hash $route_defaults = {},
|
||||
Boolean $use_networkd = lookup('systemd::manage_networkd'),
|
||||
Boolean $use_networkd = lookup('systemd::manage_networkd', undef, undef, false),
|
||||
){
|
||||
|
||||
include network
|
||||
|
||||
Reference in New Issue
Block a user