We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28c9e49 commit ee5d044Copy full SHA for ee5d044
metadata.rb
@@ -3,7 +3,7 @@
3
maintainer_email "[email protected]"
4
license "Apache 2.0"
5
description "Configure the system timezone on *ix systems"
6
-version "0.2.9992"
+version "0.2.9993"
7
8
replaces "timezone"
9
recipes/debian.rb
@@ -13,6 +13,10 @@
13
14
TIMEZONE_FILE = '/etc/timezone'
15
16
+execute 'rm /etc/localtime' do
17
+ command 'rm /etc/localtime'
18
+end
19
+
20
template TIMEZONE_FILE do
21
source "timezone.conf.erb"
22
owner 'root'
0 commit comments