# Process packets despite bad checksums.
redef ignore_checksums = T;
This will change significantly with Bro 2.2 when we have the file analysis
| awk 'BEGIN {FS="\t"};{for(i=1;i<=NF;i++) printf("\x1b[%sm %s \x1b[0m",(i%7)+31,$i);print ""}' |
| # Cookbook Name:: mongodb | |
| # Recipe:: default | |
| case node['platform'] | |
| when "ubuntu" | |
| execute "apt-get update" do | |
| action :nothing | |
| end | |
| execute "add gpg key" do |