-
-
Notifications
You must be signed in to change notification settings - Fork 148
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
Install setroubleshoot helpers #328
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like a good idea to me. Just need tests.
Pushed up new version with unit tests. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like more work is needed to get the tests to pass.
I'm a bit confused why the tests are failing.... Shouldn't the spec tests be getting the defaults from Hiera if they are not set as |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jcpunk have a look at my changes. I think this is what should be done. (I made them as separate commits so it's easy to see what I did, but we'll want to squash them on merge.)
ahh, that makes sense when I look at it. |
"relative_classname_inclusion:WARNING:class included by absolute name (::$class)"
Install setroubleshoot helpers
Pull Request (PR) description
A sample set of methods to install setroubleshoot (and plugins).
Odds are this PR needs work, it is mostly a 'step one' towards seeing if this is a good fit here.
This Pull Request (PR) fixes the following issues
Fixes #327