This commit is contained in:
mattsch 2015-03-11 13:33:02 -07:00
Родитель 874183f6d2
Коммит 970262384a
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -1,6 +1,5 @@
now = Time.new
log_level :info
log_location 'c:/chef/client_' + now.strftime("%Y%m%d") + '.log'
log_location 'c:/chef/client_' + Time.new.strftime("%Y%m%d") + '.log'
cache_path 'c:\chef'
client_key 'c:\chef\client.pem'
Ohai::Config[:hints_path] = [ 'c:/chef/ohai/hints' ]