X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/98365f1da1424a74d5e1a562f0885608fadb88e7..a7d96c8358a00088b485fadb5966eb4b231d2ff1:/roles/dns.rb diff --git a/roles/dns.rb b/roles/dns.rb new file mode 100644 index 000000000..7a5e5a46a --- /dev/null +++ b/roles/dns.rb @@ -0,0 +1,12 @@ +name "dns" +description "Role applied to DNS management servers" + +default_attributes( + :dns => { + :repository => "/var/lib/git/dns.git" + } +) + +run_list( + "recipe[dns]" +)