choria-legacy / mcollective-choria

Distribution of plugins for MCollective as found in Puppet 6
Apache License 2.0
56 stars 24 forks source link

playbook --loglevel doesn't match up with puppet #600

Closed vjanelle closed 4 years ago

vjanelle commented 4 years ago

The puppet loglevels are at https://puppet.com/docs/puppet/5.5/metaparameter.html#loglevel

https://github.com/choria-io/mcollective-choria/blob/6c317878ec3b14e7c4928ff20a1c556f974a63ab/lib/mcollective/application/playbook.rb#L100 Validates with the wrong set of values.

vjanelle commented 4 years ago

@ripienaar should these align with puppet, or do you want the mcollective ones to map to the puppet ones?

ripienaar commented 4 years ago

thank you