Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
fixed idempotency
Browse files Browse the repository at this point in the history
  • Loading branch information
Corey Hemminger committed Dec 6, 2017
1 parent 1315013 commit fa38c34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG for timezone_ii

## 1.1.4 (12/6/2017)

- [limitusus] - Fixed idempotency to be more chef like in generic-linux recipe

## 1.1.3 (12/4/2017)

- [limitusus] - Fixed typo in template attribute
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license 'Apache-2.0'
description 'Configures the timezone for node'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '1.1.3'
version '1.1.4'

chef_version '>= 12.1' if respond_to?(:chef_version)

Expand Down

0 comments on commit fa38c34

Please sign in to comment.