Skip to content

Commit ee5d044

Browse files
author
Sonu Kr. Meena
committed
fix for ubuntu >= 16.04
1 parent 28c9e49 commit ee5d044

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
maintainer_email "[email protected]"
44
license "Apache 2.0"
55
description "Configure the system timezone on *ix systems"
6-
version "0.2.9992"
6+
version "0.2.9993"
77

88
replaces "timezone"
99

recipes/debian.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313

1414
TIMEZONE_FILE = '/etc/timezone'
1515

16+
execute 'rm /etc/localtime' do
17+
command 'rm /etc/localtime'
18+
end
19+
1620
template TIMEZONE_FILE do
1721
source "timezone.conf.erb"
1822
owner 'root'

0 commit comments

Comments
 (0)