-
Notifications
You must be signed in to change notification settings - Fork 71
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
Pubsub subscription + topic #99
Conversation
Signed-off-by: Sam Levenick <[email protected]>
Signed-off-by: Modular Magician <[email protected]>
… documentation Signed-off-by: Modular Magician <[email protected]>
Add InSpec disk resource, refactors of attributes within examples and documentation
Signed-off-by: Modular Magician <[email protected]>
Remove extra braces from inspec ssl policy test
Signed-off-by: jnahelou <[email protected]>
Signed-off-by: jnahelou <[email protected]>
Feat/pubsub magicmodule
Signed-off-by: Sam Levenick <[email protected]>
Signed-off-by: Modular Magician <[email protected]>
Add PubSub support
Signed-off-by: Sam Levenick <[email protected]>
Signed-off-by: Sam Levenick <[email protected]>
Signed-off-by: Modular Magician <[email protected]>
Signed-off-by: Modular Magician <[email protected]>
@@ -1,5 +1,6 @@ | |||
--- | |||
AllCops: | |||
TargetRubyVersion: 2.4 |
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.
Added this to pin the ruby version rubocop was targeting. I was seeing errors in Travis due to default target ruby version that weren't showing up in my local environment and vice versa. I don't have an attachment to 2.4, just want something
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.
Thanks @slevenick and @jnahelou !
Add router support in InSpec
Includes jnahelou's work from #95 as well as a couple refactoring changes. Generated from MM