directory git_directory
end
+template "#{git_directory}/robots.txt" do
+ source "robots.txt.erb"
+ owner "root"
+ group "root"
+ mode 0644
+end
+
firewall_rule "accept-git" do
action :accept
source "net"
end
end
end
+
+template "/etc/cron.daily/git-backup" do
+ source "backup.cron.erb"
+ owner "root"
+ group "root"
+ mode 0755
+end