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

@@ -43,3 +43,6 @@ execute 'change first install root password' do
action :nothing
not_if { node['mariadb']['server_root_password'].empty? }
end
# Default policy for RH and fedora is to name it mysql
node.set['mariadb']['mysqld']['service_name'] = 'mysql'