OpenBSD gave error. Add empty case since /etc/localtime is enough for setting timezone.
This commit is contained in:
parent
9ec2283c35
commit
287701cffb
1 changed files with 1 additions and 0 deletions
|
@ -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}")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue