chef_knives 0.7 → 0.7.1
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +5 -1
- data/bin/chef_node_revisions +1 -1
- data/chef_knives.gemspec +1 -1
- data/lib/chef/knives.rb +1 -1
- metadata +1 -1
data/History.txt
CHANGED
data/bin/chef_node_revisions
CHANGED
@@ -65,7 +65,7 @@ def main
|
|
65
65
|
if ri['status'] == 'available'
|
66
66
|
print "#{ri['rev']}".ljust(20)
|
67
67
|
node = parse_json "http://localhost:5984/chef/#{match['id']}?rev=#{ri['rev']}"
|
68
|
-
puts " #{Time.at(node['attributes']['ohai_time']).strftime('%Y
|
68
|
+
puts " #{Time.at(node['attributes']['ohai_time']).strftime('%Y/%m/%d-%H:%M:%S')}"
|
69
69
|
end
|
70
70
|
end
|
71
71
|
end
|
data/chef_knives.gemspec
CHANGED
data/lib/chef/knives.rb
CHANGED