2020-10-31 07:51:38 +00:00
|
|
|
# Loading the attributes:
|
|
|
|
include_recipe './attributes.rb'
|
|
|
|
|
|
|
|
# Install loki here:
|
|
|
|
include_recipe './install.rb'
|
2020-12-13 05:05:10 +00:00
|
|
|
include_recipe './setup.rb'
|
2020-10-31 07:51:38 +00:00
|
|
|
|
2023-02-05 05:01:36 +00:00
|
|
|
if node['vector']['isSyslog']
|
|
|
|
include_recipe './syslog_setup.rb'
|
|
|
|
end
|