action :sync
repository details[:repository]
revision details[:revision]
+ depth 1
user "wordpress"
group "wordpress"
end
git "/opt/areca" do
action :sync
repository "https://git.openstreetmap.org/private/areca.git"
+ depth 1
user "root"
group "root"
not_if { ENV["TEST_KITCHEN"] }
action :sync
repository "https://git.openstreetmap.org/public/osqa.git"
revision "live"
+ depth 1
user site_user
group site_group
notifies :run, "execute[osqa-migrate]"
action :sync
repository "https://github.com/zerebubuth/planet-dump-ng.git"
revision "v1.1.6"
+ depth 1
user "root"
group "root"
end
git "/opt/planet-notes-dump" do
action :sync
repository "https://github.com/openstreetmap/planet-notes-dump.git"
+ depth 1
user "root"
group "root"
end
action :sync
repository "https://github.com/openstreetmap/supybot-git"
revision "master"
+ depth 1
user "root"
group "root"
end
action :sync
repository "https://github.com/taginfo/taginfo.git"
revision "osmorg-taginfo-live"
+ depth 1
user "taginfo"
group "taginfo"
end