Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added in feature allowing for global allow-transfer #90

Merged

Conversation

fhaynes
Copy link
Contributor

@fhaynes fhaynes commented Mar 23, 2015

Would you guys find this useful? It looked like existing allow-transfer feature was for the zone level only. We have some need for global allow-transfer, so I added this in. Based the unit tests on the forwarders tests.

it { should contain_file('/etc/bind/named.conf.options') }
it { should contain_file('/etc/bind/named.conf.options').with_content(/192\.168\.0\.3;$/) }
it { should contain_file('/etc/bind/named.conf.options').with_content(/192\.168\.0\.4;$/) }
it { should contain_file('/etc/bind/named.conf.options').with_ensure("present") }
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a tad over specified I think. The important part to me is the content

@solarkennedy
Copy link
Collaborator

This is excellent!

solarkennedy added a commit that referenced this pull request Mar 26, 2015
Added in feature allowing for global allow-transfer
@solarkennedy solarkennedy merged commit 934a32e into ajjahn:master Mar 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants