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

use different plugin path #13

Closed
logicminds opened this issue Jun 14, 2017 · 2 comments
Closed

use different plugin path #13

logicminds opened this issue Jun 14, 2017 · 2 comments

Comments

@logicminds
Copy link
Contributor

I am trying to fix another gem's problem that uses plugins and wanted to know if the pluginator could use a different path besides lib/plugins/.

I would like the lookup path to be 'lib/kitchen' or 'lib/inspec' and since these tools are well established there is no way to change the plugin directory to lib/plugins

@logicminds
Copy link
Contributor Author

logicminds commented Jun 14, 2017

logicminds added a commit to nwops/pluginator that referenced this issue Jun 14, 2017
  * Fixes rvm#13 - use different plugin path
  * previously by default, pluginator would only look in the directory
    named plugins.  While this is a great notion, many existing plugin
    systems do not follow this path.
    This attempts to allow the user to change the default plugins
    directory to something different.

    Example: lib/plugins/my_group/plugin_name.rb  can now be
             lib/alt_plugins/my_group/plugin_name.rb.
logicminds added a commit to nwops/pluginator that referenced this issue Jun 14, 2017
  * Fixes rvm#13 - use different plugin path
  * previously by default, pluginator would only look in the directory
    named plugins.  While this is a great notion, many existing plugin
    systems do not follow this path.
    This attempts to allow the user to change the default plugins
    directory to something different.

    Example: lib/plugins/my_group/plugin_name.rb  can now be
             lib/alt_plugins/my_group/plugin_name.rb.
logicminds added a commit to nwops/pluginator that referenced this issue Jun 14, 2017
  * Fixes rvm#13 - use different plugin path
  * previously by default, pluginator would only look in the directory
    named plugins.  While this is a great notion, many existing plugin
    systems do not follow this path.
    This attempts to allow the user to change the default plugins
    directory to something different.

    Example: lib/plugins/my_group/plugin_name.rb  can now be
             lib/alt_plugins/my_group/plugin_name.rb.
logicminds added a commit to nwops/pluginator that referenced this issue Jun 14, 2017
  * Fixes rvm#13 - use different plugin path
  * previously by default, pluginator would only look in the directory
    named plugins.  While this is a great notion, many existing plugin
    systems do not follow this path.
    This attempts to allow the user to change the default plugins
    directory to something different.

    Example: lib/plugins/my_group/plugin_name.rb  can now be
             lib/alt_plugins/my_group/plugin_name.rb.
logicminds added a commit to nwops/pluginator that referenced this issue Jun 14, 2017
  * Fixes rvm#13 - use different plugin path
  * previously by default, pluginator would only look in the directory
    named plugins.  While this is a great notion, many existing plugin
    systems do not follow this path.
    This attempts to allow the user to change the default plugins
    directory to something different.

    Example: lib/plugins/my_group/plugin_name.rb  can now be
             lib/alt_plugins/my_group/plugin_name.rb.
logicminds added a commit to nwops/pluginator that referenced this issue Jun 14, 2017
  * Fixes rvm#13 - use different plugin path
  * previously by default, pluginator would only look in the directory
    named plugins.  While this is a great notion, many existing plugin
    systems do not follow this path.
    This attempts to allow the user to change the default plugins
    directory to something different.

    Example: lib/plugins/my_group/plugin_name.rb  can now be
             lib/alt_plugins/my_group/plugin_name.rb.
logicminds added a commit to nwops/pluginator that referenced this issue Jun 14, 2017
  * Fixes rvm#13 - use different plugin path
  * previously by default, pluginator would only look in the directory
    named plugins.  While this is a great notion, many existing plugin
    systems do not follow this path.
    This attempts to allow the user to change the default plugins
    directory to something different.

    Example: lib/plugins/my_group/plugin_name.rb  can now be
             lib/alt_plugins/my_group/plugin_name.rb.
logicminds added a commit to nwops/pluginator that referenced this issue Jun 14, 2017
  * Fixes rvm#13 - use different plugin path
  * previously by default, pluginator would only look in the directory
    named plugins.  While this is a great notion, many existing plugin
    systems do not follow this path.
    This attempts to allow the user to change the default plugins
    directory to something different.

    Example: lib/plugins/my_group/plugin_name.rb  can now be
             lib/alt_plugins/my_group/plugin_name.rb.
@mpapis
Copy link
Member

mpapis commented Jun 14, 2017

closing in favor of #15

@mpapis mpapis closed this as completed Jun 14, 2017
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