zpatten/cucumber-chef

View on GitHub
chef_repo/cookbooks/cucumber-chef/templates/default/named-conf-local.erb

Summary

Maintainability
Test Coverage
#
# WARNING: Automatically generated file; DO NOT EDIT!
# Cucumber-Chef v<%= node["cucumber_chef"]["version"] %> BIND9 Configuration
# Generated on <%= Time.now.utc.to_s %>
#

include "/etc/bind/rndc.key";

zone "test-lab" {
  type master;
  file "/var/lib/bind/db.test-lab";
  allow-update { key "rndc-key"; };
  notify yes;
};

zone "168.192.in-addr.arpa" {
  type master;
  file "/var/lib/bind/db.168.192";
  allow-update { key "rndc-key"; };
  notify yes;
};

controls {
  inet 127.0.0.1 allow { 127.0.0.1; } keys { "rndc-key"; };
};