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
action :sync
repository details[:repository]
revision details[:revision]
+ depth 1
user "wordpress"
group "wordpress"
end