Fixed spelling mistake from network::route.
This commit is contained in:
parent
84edcd61ed
commit
19049e0273
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ define network::route($gateway = "", $device, $ipv6gateway = "") {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
default: {
|
default: {
|
||||||
if ipv6gateway != "" {
|
if $ipv6gateway != "" {
|
||||||
fail("Custom IPv6 routes not supported yet.")
|
fail("Custom IPv6 routes not supported yet.")
|
||||||
}
|
}
|
||||||
case $operatingsystem {
|
case $operatingsystem {
|
||||||
|
|
Loading…
Add table
Reference in a new issue