Update cookbooks and add wordpress cookbook

This commit is contained in:
Greg Karékinian
2016-02-19 18:09:49 +01:00
parent 9ba973e3ac
commit 820b0ab3f8
606 changed files with 22421 additions and 14084 deletions

View File

@@ -1,5 +1,5 @@
# encoding: utf-8
# Author:: Joshua Timberman(<joshua@getchef.com>)
# Author:: Joshua Timberman(<joshua@chef.io>)
# Cookbook Name:: common
# Recipe:: default
#
@@ -110,7 +110,7 @@ unless node['postfix']['smtp_generic_map_entries'].empty?
end
end
%w{main master}.each do |cfg|
%w( main master ).each do |cfg|
template "#{node['postfix']['conf_dir']}/#{cfg}.cf" do
source "#{cfg}.cf.erb"
owner 'root'