-
Notifications
You must be signed in to change notification settings - Fork 56
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
litmus does not see bolt inventory plugins #411
Comments
@shaun-rutherford I think there are a couple of different things going on here. Reading through https://puppet.com/docs/bolt/latest/bolt_installing_modules.html, I think you're missing a step in your commands.
That being said, this issue is about using litmus and bolt. PDK is just the thing that executes those tools. If we can't figure it out here I'll move this over to the litmus repository |
@jpogran Thanks for the quick reply. I ran the bold module add terraform before but missed the install bit. Unfortunately doesn't look that solved it either :(
|
Hey @jpogran just checking in to see if you had any more information on this? |
Apologies for the delay, was working with the bolt and litmus teams to figure this out. The short of it is that litmus needs to be modified to 'see' the moduledir Bolt uses when running To explain what's going on currently, bolt's Linking the two together is a task for the litmus team, so I'm moving this ticket over to that repo and will work with them to get a plan together for this. |
Describe the bug
Greetings,
It appears the PDK does not support bolts various inventory plugins for use with puppet_litmus.
I made sure the bolt and puppet_litmus gem PDK uses is the latest available and tried installing the puppetlabs-terraform bolt module via PDK, still fails with the following:
To Reproduce
Download puppetlabs-motd
Add spec/fixtures/litmus_inventory.yaml with terraform plugin data:
Run pdk bundle install
Run pdk bundle exec rake litmus:install_agent
Run pdk bundle exec rake litmus:install_module
Expected behavior
The PDK should be able to run the bolt commands without error.
Additional context
Your PDK installation method
installed via native package on CentOS8
Your PDK version (
pdk --version
)pdk --version
2.1.0
Your operating system / platform
CentOS 8
I'm able to run commands using the Bolt I've installed from Puppetlabs CentOS repository using the terraform plugin:
The text was updated successfully, but these errors were encountered: