itamae/cookbooks/vector/default.rb

11 lines
211 B
Ruby
Raw Normal View History

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