fix: set default for use_networkd (#247)

- resolving issue where the systemd::manage_networkd is missing for most
  hosts, setting a default

Reviewed-on: https://git.query.consul/unkinben/puppet-prod/pulls/247
This commit is contained in:
Ben Vincent 2025-04-06 19:24:39 +10:00
parent b6ea353cfb
commit 83d0b31753

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