Skip to content

Commit

Permalink
remove depracated gateway4
Browse files Browse the repository at this point in the history
  • Loading branch information
mergwyn committed Oct 15, 2024
1 parent ecafc12 commit 838d646
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion data/nodes/alpha.theclarkhome.com.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ profile::platform::baseline::debian::netplan::ethernets:
dhcp4: no
addresses:
- "%{lookup('defaults::subnet')}.21/%{lookup('defaults::bits')}"
gateway4: "%{lookup('defaults::gateway')}"
routes:
- to: default
via: "%{lookup('defaults::gateway')}"
nameservers:
search: "%{alias('defaults::dns::search')}"
addresses:
Expand Down
4 changes: 3 additions & 1 deletion data/nodes/bravo.theclarkhome.com.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ profile::platform::baseline::debian::netplan::ethernets:
dhcp4: no
addresses:
- "%{lookup('defaults::subnet')}.22/%{lookup('defaults::bits')}"
gateway4: "%{lookup('defaults::gateway')}"
routes:
- to: default
via: "%{lookup('defaults::gateway')}"
nameservers:
search: "%{alias('defaults::dns::search')}"
addresses:
Expand Down

0 comments on commit 838d646

Please sign in to comment.