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:
Ben Vincent 2025-04-06 19:16:17 +10:00
parent b6ea353cfb
commit 856de5a380

View File

@ -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