Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
maintainer_email "[email protected]"
license "Apache 2.0"
description "Configure the system timezone on *ix systems"
version "0.2.9992"
version "0.2.9993"

replaces "timezone"

Expand Down
4 changes: 4 additions & 0 deletions recipes/debian.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@

TIMEZONE_FILE = '/etc/timezone'

file '/etc/localtime' do
action :delete
end

template TIMEZONE_FILE do
source "timezone.conf.erb"
owner 'root'
Expand Down