forked from ungleich-public/cdist
Add support for CoreOS to __timezone type (#587)
This commit is contained in:
parent
5c4cda589c
commit
36302f7541
2 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ if [ "$timezone_is" = "$timezone_should" ]; then
|
|||
fi
|
||||
|
||||
case "$os" in
|
||||
ubuntu|debian|devuan)
|
||||
ubuntu|debian|devuan|coreos)
|
||||
echo "echo \"$timezone_should\" > /etc/timezone"
|
||||
;;
|
||||
esac
|
||||
|
|
|
@ -34,7 +34,7 @@ case "$os" in
|
|||
__package timezone
|
||||
export require="__package/timezone"
|
||||
;;
|
||||
freebsd|netbsd)
|
||||
freebsd|netbsd|coreos)
|
||||
# whitelist
|
||||
:
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue