+apache_module "proxy"
+apache_module "proxy_fcgi"
+
+package "composer"
+
+git "/srv/dmca.openstreetmap.org" do
+ action :sync
+ repository "https://github.com/openstreetmap/dmca-website.git"
+ revision "main"
+ depth 1
+ notifies :run, "execute[/srv/dmca.openstreetmap.org/composer.json]", :immediately