]> git.openstreetmap.org Git - chef.git/blob - roles/logstash-forwarder.rb
Explcitly disable IPv6 on the IC internal network
[chef.git] / roles / logstash-forwarder.rb
1 name "logstash-forwarder"
2 description "Role applied to all logstash forwarders"
3
4 default_attributes(
5   :apt => {
6     :sources => ["logstash-forwarder"]
7   }
8 )
9
10 run_list(
11   "recipe[logstash::forwarder]"
12 )