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

Support optional plugins #1136

Merged
merged 1 commit into from
Feb 23, 2018
Merged

Support optional plugins #1136

merged 1 commit into from
Feb 23, 2018

Conversation

thommay
Copy link
Contributor

@thommay thommay commented Feb 16, 2018

Some plugins are useful enough to ship in Ohai, but should be off by
default. Those plugins can be (and are) marked as optional. Implements
RFC 103

Some plugins are useful enough to ship in Ohai, but should be off by
default. Those plugins can be (and are) marked as optional. Implements
RFC 103

Signed-off-by: Thom May <thom@chef.io>
@thommay thommay requested a review from a team February 16, 2018 16:46
@@ -32,15 +32,8 @@ def self.valid_name?(name)
name.is_a?(Symbol) && name.to_s.match(/^[^A-Z]|_/).nil?
end

# dealing with ruby 1.8
Copy link
Contributor

Choose a reason for hiding this comment

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

bye bye 1.8

@tas50
Copy link
Contributor

tas50 commented Feb 16, 2018

Looks pretty straight forward. Lets just make sure we get this added to the Ohai plugin docs so people know the new DSL exists.

@thommay thommay merged commit 939a746 into master Feb 23, 2018
@tas50 tas50 deleted the tm/disable_noisy_neighbours branch February 26, 2018 19:57
@lock
Copy link

lock bot commented Jan 25, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Jan 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants