default.rb 157 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 include_recipe 'email' package 'postfix' package 'mailx' # for testing, etc service 'postfix' do action [:enable, :start] supports :reload => true end