OpenBSD gave error. Add empty case since /etc/localtime is enough for setting timezone.

This commit is contained in:
Ossi Herrala 2012-04-17 07:28:05 +00:00
parent 9ec2283c35
commit 287701cffb

View file

@ -36,6 +36,7 @@ class time::zone {
content => "$timezone_set\n", content => "$timezone_set\n",
} }
} }
openbsd: { } # file /etc/localtime is enough
default: { default: {
fail("time::zone not supported on ${operatingsystem}") fail("time::zone not supported on ${operatingsystem}")
} }