hiera-eyaml
hiera-eyaml copied to clipboard
pkcs7-subject option in wrong place
pkcs7-subject cmdline object has been added globally rather than to the pkcs7 createkeys plugin
The problem occurs when e.g. "eyaml version --help" reveals --pkcs7 stuff on a "version" command, when obviously this makes no sense. The offending code is self.all_options in subcommand.rb, which contains no context info for which verbs to attach the options too.