mlafeldt / inspeqtor-cookbook

Chef cookbook to install and configure Inspeqtor
Apache License 2.0
6 stars 1 forks source link

Config for host.inq? #2

Open allaire opened 8 years ago

allaire commented 8 years ago

Would be cool to be able to configure host.inq :)

allaire commented 8 years ago

For anyone who needs a quick solution:

template "#{node["inspeqtor"]["conf_dir"]}/host.inq" do
  source   "host.inq.erb"
  owner    "root"
  group    "root"
  mode     "0600"
  notifies :reload, "service[inspeqtor]"
end