Skip to content

Commit

Permalink
Add waveshare devices
Browse files Browse the repository at this point in the history
  • Loading branch information
mergwyn committed Jan 27, 2024
1 parent 285b8fa commit 491b47e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions site-modules/profile/manifests/app/dhcpd.pp
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,8 @@
}

# Hosts with fixed ip
dhcp::host { 'papa': mac => '00:16:3e:fc:2a:87', ip => '10.58.0.10', }
dhcp::host { 'romeo': mac => '00:16:3e:e7:e8:df', ip => "${lookup('defaults::vpn::servers.0')}", }
dhcp::host { 'juliet': mac => '00:16:3e:ea:ca:4d', ip => "${lookup('defaults::vpn::servers.1')}", }
dhcp::host { 'WS_DLG': mac => '04:ee:e8:1a:64:d2' , ip => '10.58.0.200' }
dhcp::host { 'WS_GWY': mac => '04:ee:e8:1f:68:73' , ip => '10.58.0.201' }

# Hosts that just need names,
#dhcp::host { 'switch1': mac => '00:8e:f2:59:c7:98' }
Expand Down

0 comments on commit 491b47e

Please sign in to comment.