Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mergwyn committed Jan 31, 2024
1 parent 8f8fc9e commit 49e863f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site-modules/profile/manifests/app/dhcpd.pp
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
}

# Hosts with fixed ip
dhcp::host { 'swerver': mac => '04:ee:e8:1a:64:d2' , ip => '10.58.0.240' }
dhcp::host { 'wserver': mac => '04:ee:e8:1a:64:d2' , ip => '10.58.0.240' }
dhcp::host { 'wclient': mac => '04:ee:e8:1f:68:73' , ip => '10.58.0.241' }

# Hosts that just need names,
# Hosts that just need names
#dhcp::host { 'switch1': mac => '00:8e:f2:59:c7:98' }
dhcp::host { 'switch2': mac => 'a0:40:a0:71:7e:ce' }
#dhcp::host { 'cisco1': mac => '5c:50:15:52:47:40' }
Expand Down

0 comments on commit 49e863f

Please sign in to comment.