-
Notifications
You must be signed in to change notification settings - Fork 44
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
Support for dns_alt_names #95
base: production
Are you sure you want to change the base?
Support for dns_alt_names #95
Conversation
Support for dns_alt_names configuration in puppet master. Fixes abstractitptyltd#23
Think the issue here is my spec tests are wrong. I'll correct it tomorrow. |
Errors are here: If you get the tests working I don't see any issued withe merging this, |
@rendhalver I'm actually pretty clueless with these tests. Haven't yet done any tests before or have it all setup on my system so I can actually use them. Though do need to/want to get it going. So if you can spot what's going on, that's great, otherwise I'll eventually get to this. I know the code is working though. |
I have everything you need to test things setup in the Rakefile and Gemfile. |
@rendhalver Cool, so the above helped and I can now run tests and try a few different things, but still can't figure out this test case scenario and make it work. I think it's because I change the |
It may be that this join You should also add a test for when the setting is absent. |
So this yaml puppet::profile::master::dns_alt_names:
- puppet.example.co.za
- test.example.co.za Seems to produce this, without spaces.
Which is correct. I'll look at adding the test for the absent, thanks. |
Please rebase @divansantana. |
Support for dns_alt_names configuration in puppet master.
Fixes #23