X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/4479ee5c32b8d5c7dc6cef37b4bbaed9402ed4fb..802c8345a5d7084d60e6ba1cc3ab1e6d3ca9e8ea:/roles/dns.rb 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]" )