-wordpress_site "switch2osm.org" do
- aliases ["www.switch2osm.org", "switch2osm.com", "www.switch2osm.com"]
- directory "/srv/switch2osm.org"
- ssl_enabled true
- ssl_certificate "osmfoundation"
- ssl_certificate_chain "startcom"
- database_name "switch2osm-blog"
- database_user "switch2osm-user"
- database_password passwords["switch2osm-user"]
-end
-
-wordpress_theme "picolight" do
- site "switch2osm.org"
- repository "git://github.com/Firefishy/picolight-s2o.git"
- revision "master"
-end
-
-wordpress_plugin "sitepress-multilingual-cms" do
- site "switch2osm.org"
- repository "git://chef.openstreetmap.org/sitepress-multilingual-cms.git"
-end
-
-wordpress_plugin "wpml-cms-nav" do
- site "switch2osm.org"
- repository "git://chef.openstreetmap.org/wpml-cms-nav.git"
+git "/srv/switch2osm.org" do
+ action :sync
+ repository "https://github.com/switch2osm/switch2osm.github.io.git"
+ depth 1
+ user "root"
+ group "root"
+ notifies :run, "bundle_install[/srv/switch2osm.org]"