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

Autoloading issues with providers #54

Closed
wants to merge 1 commit into from

Conversation

gmathes
Copy link
Contributor

@gmathes gmathes commented Dec 6, 2018

We had errors with the following resources due to how our environment finds modules:
f5_configsync
f5_command
f5_profileclientssl

This change modifies require 'puppet/provider/f5' to require File.join(File.dirname(FILE), '../f5').

Error text:
"Could not autoload puppet/provider/f5_command/rest: no such file to load -- puppet/provider/f5 at"

Background information
https://ask.puppet.com/question/19214/puppetlabs-f5-module-could-not-autoload-puppettypef5_node/

@gmathes
Copy link
Contributor Author

gmathes commented Dec 6, 2018

Closing in favor of #15

@gmathes gmathes closed this Dec 6, 2018
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

Successfully merging this pull request may close these issues.

1 participant