Fixed spelling mistake from network::route.

This commit is contained in:
Timo Mkinen 2012-03-31 14:11:09 +03:00
parent 84edcd61ed
commit 19049e0273

View file

@ -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 {