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

Introduce nssdb and nssdb_certificate types #360

Closed
wants to merge 1 commit into from

Conversation

ekohl
Copy link
Member

@ekohl ekohl commented Jun 18, 2021

These are more expressive of what to match.

Very incomplete, just as a way to describe the layout and design.


def command_result
@command_result ||= @runner.run_command(command)
end
Copy link
Contributor

Choose a reason for hiding this comment

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

Does this need a command_result method? What is unique to Nssdb that can't be inherited from Command?

Copy link
Member Author

Choose a reason for hiding this comment

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

Because the default implementation calls @name. I've submitted mizzy/serverspec#616 which would make this easier.

class Nssdb < Command
def certificates
# TODO: parse the output
command_result
Copy link
Member Author

Choose a reason for hiding this comment

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

Note to self: this should probably be

Suggested change
command_result
stdout

These are more expressive of what to match.
@ehelms
Copy link
Member

ehelms commented Sep 27, 2023

Given these will be removed when Qpid support is dropped, I'm opting to close.

@ehelms ehelms closed this Sep 27, 2023
@ekohl ekohl deleted the nssdb_types branch September 27, 2023 10:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants