]> git.openstreetmap.org Git - chef.git/commit
Add DNS cookbook
authorTom Hughes <tom@compton.nu>
Mon, 17 Jun 2013 20:57:12 +0000 (21:57 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 17 Jun 2013 20:57:12 +0000 (21:57 +0100)
commiteffb14435dcfd32dbfe1d2693117dfa97e9db84d
treeb46f96c6ecf077e5370f48110b574cfd07531925
parent1c848471a16f9d1ee1fc8a327af110447ea1ef4c
Add DNS cookbook
12 files changed:
cookbooks/dns/README.rdoc [new file with mode: 0644]
cookbooks/dns/files/default/html/dns.css [new file with mode: 0644]
cookbooks/dns/files/default/html/dns.js [new file with mode: 0644]
cookbooks/dns/files/default/post-receive [new file with mode: 0644]
cookbooks/dns/metadata.rb [new file with mode: 0644]
cookbooks/dns/recipes/default.rb [new file with mode: 0644]
cookbooks/dns/templates/default/apache.erb [new file with mode: 0644]
cookbooks/dns/templates/default/cron.erb [new file with mode: 0644]
cookbooks/dns/templates/default/dns-check.erb [new file with mode: 0755]
cookbooks/dns/templates/default/dns-update.erb [new file with mode: 0755]
cookbooks/dns/templates/default/index.html.erb [new file with mode: 0644]
cookbooks/dns/templates/default/zone.html.erb [new file with mode: 0644]