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

Remove dnssec-tools from RedHat package list. #108

Merged
merged 2 commits into from May 6, 2015
Merged

Remove dnssec-tools from RedHat package list. #108

merged 2 commits into from May 6, 2015

Conversation

ghost
Copy link

@ghost ghost commented May 5, 2015

Also add RedHat validation to dns__server__install_spec.rb

context "on a RedHat OS" do
let(:facts) {{ :osfamily => 'RedHat' }}
it { should contain_class('dns::server::params') }
['bind'].each do |package|
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 overkill. I know it looks like it does above, just kiss

it { should contain_package('bind') }

@ghost
Copy link
Author

ghost commented May 6, 2015

Okay, I simplified the test.

solarkennedy added a commit that referenced this pull request May 6, 2015
Remove dnssec-tools from RedHat package list.
@solarkennedy solarkennedy merged commit 186032c into ajjahn:master May 6, 2015
@solarkennedy
Copy link
Collaborator

Nice. I think this is fine.

Someday someone smart will add a whole dnssec thing, auto-gen keys, sign zones, etc. When that day comes we will have a toggle, and when on, will ensure that package is installed.

@ghost ghost deleted the redhat-does-not-need-dnssec-tools branch May 6, 2015 14:51
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.

1 participant