include_recipe "wordpress"
include_recipe "mysql"
-package "wkhtmltopdf"
+package %w[
+ rsync
+ unzip
+ wkhtmltopdf
+]
cache_dir = Chef::Config[:file_cache_path]
wordpress_theme "osmblog-wp-theme" do
site "join.osmfoundation.org"
- repository "git://github.com/harry-wood/osmblog-wp-theme.git"
+ repository "https://github.com/harry-wood/osmblog-wp-theme.git"
end
wordpress_plugin "registration-honeypot" do
wordpress_plugin "sitepress-multilingual-cms" do
site "join.osmfoundation.org"
repository "https://git.openstreetmap.org/private/sitepress-multilingual-cms.git"
+ not_if { ENV["TEST_KITCHEN"] }
end
wordpress_plugin "contact-form-7" do
action :sync
repository details[:repository]
revision details[:revision]
+ depth 1
user "wordpress"
group "wordpress"
end