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

Building the action-policy plugin fails due to missing code. #179

Open
zipkid opened this issue May 2, 2018 · 1 comment
Open

Building the action-policy plugin fails due to missing code. #179

zipkid opened this issue May 2, 2018 · 1 comment

Comments

@zipkid
Copy link

zipkid commented May 2, 2018

choria-plugins-action-policy-c0449fe$ mco plugin package --format aiomodulepackage --vendor choria

The plugin application failed to run, use -v for full error backtrace details: no plugins detected in directory
@ripienaar
Copy link
Member

appears I have a local mod I never pushed to mcollective core:

diff -r /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/mcollective/application/plugin.rb lib/mcollective/application/plugin.rb
336c336
<         File.directory?(file) && file.match(/(connector|facts|registration|security|audit|pluginpackager|data|discovery|validator|util)/)
---
>         File.directory?(file) && file.match(/(connector|facts|registration|security|audit|pluginpackager|data|discovery|validator)/)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants