X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/4479ee5c32b8d5c7dc6cef37b4bbaed9402ed4fb..f0669c5c4f6b6e0be40d788700ee18fe27643a77:/roles/dns.rb?ds=sidebyside diff --git a/roles/dns.rb b/roles/dns.rb index 25ac17f00..c2af27b58 100644 --- a/roles/dns.rb +++ b/roles/dns.rb @@ -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]" )