]> git.openstreetmap.org Git - chef.git/blobdiff - roles/dns.rb
web: add openstreetmap.com to certificate
[chef.git] / roles / dns.rb
index 25ac17f00d2eb30ebfbedced23177de58766a525..c2af27b5895a809a3c2306f6f05aec7b2558aee2 100644 (file)
@@ -1,12 +1,6 @@
 name "dns"
 description "Role applied to DNS management servers"
 
-default_attributes(
-  :dns => {
-    :repository => "/var/lib/git/public/dns.git"
-  }
-)
-
 run_list(
   "recipe[dns]"
 )