git "/srv/blogs.openstreetmap.org" do
action :sync
repository "git://github.com/gravitystorm/blogs.osm.org.git"
- depth 5
+ depth 1
user "blogs"
group "blogs"
notifies :run, "execute[/srv/blogs.openstreetmap.org/Gemfile]", :immediately
git "/srv/donate.openstreetmap.org" do
action :sync
repository "git://github.com/osmfoundation/donation-drive.git"
+ depth 1
user "donate"
group "donate"
end
git "/srv/operations.osmfoundation.org" do
action :sync
repository "git://github.com/openstreetmap/owg-website.git"
+ depth 1
user "root"
group "root"
notifies :run, "execute[/srv/operations.osmfoundation.org/Gemfile]"
action :sync
repository "git://github.com/ericfischer/gpx-import.git"
revision "live"
+ depth 1
user "gpstile"
group "gpstile"
end
action :sync
repository "git://github.com/ericfischer/datamaps.git"
revision "live"
+ depth 1
user "gpstile"
group "gpstile"
end
action :sync
repository "git://github.com/ericfischer/gpx-updater.git"
revision "live"
+ depth 1
user "gpstile"
group "gpstile"
end
action :sync
repository extension_repository
reference extension_reference
+ depth 1
enable_submodules true
user node[:mediawiki][:user]
group node[:mediawiki][:group]
action :sync
repository "https://gerrit.wikimedia.org/r/p/mediawiki/core.git"
revision mediawiki_reference
+ depth 1
user node[:mediawiki][:user]
group node[:mediawiki][:group]
notifies :run, "execute[#{mediawiki_directory}/composer.json]", :immediately
git "/srv/hardware.openstreetmap.org" do
action :sync
repository "git://github.com/gravitystorm/osmf-server-info.git"
+ depth 1
user "root"
group "root"
notifies :run, "execute[/srv/hardware.openstreetmap.org/Gemfile]"
action :sync
repository "https://git.openstreetmap.org/public/stateofthemap.git"
revision "chooser"
+ depth 1
user "root"
group "root"
end
action :sync
repository "https://git.openstreetmap.org/public/stateofthemap.git"
revision "resources-2009"
+ depth 1
user "wordpress"
group "wordpress"
end
action :sync
repository "https://git.openstreetmap.org/public/stateofthemap.git"
revision "resources-2010"
+ depth 1
user "wordpress"
group "wordpress"
end
action :sync
repository "https://git.openstreetmap.org/public/stateofthemap.git"
revision "resources-2011"
+ depth 1
user "wordpress"
group "wordpress"
end
action :sync
repository "https://git.openstreetmap.org/public/stateofthemap.git"
revision "resources-2012"
+ depth 1
user "wordpress"
group "wordpress"
end
action :sync
repository "https://git.openstreetmap.org/public/stateofthemap.git"
revision "site-#{year}"
+ depth 1
user "root"
group "root"
end
git "/srv/#{year}.stateofthemap.org" do
action :sync
repository "git://github.com/openstreetmap/stateofthemap-#{year}.git"
+ depth 1
user "root"
group "root"
notifies :run, "execute[/srv/#{year}.stateofthemap.org/Gemfile]"
git "/srv/switch2osm.org" do
action :sync
repository "https://github.com/switch2osm/switch2osm.github.io.git"
+ depth 1
user "root"
group "root"
notifies :run, "execute[/srv/switch2osm.org/Gemfile]"
action :sync
repository theme_repository
revision new_resource.revision
+ depth 1
user node[:wordpress][:user]
group node[:wordpress][:group]
end