Set log time inline
This commit is contained in:
Родитель
874183f6d2
Коммит
970262384a
|
@ -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' ]
|
||||
|
|
Загрузка…
Ссылка в новой задаче