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

@@ -38,6 +38,6 @@ template '/etc/apt-cacher-ng/acng.conf' do
end
service 'apt-cacher-ng' do
supports :restart => true, :status => false
supports restart: true, status: false
action [:enable, :start]
end