You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixespuppetlabs#1288
Using `install_path` on environment modules would error with: `undefined method `resolve_install_path' for #<R10K::Environment::Git:0x000055f413f20050>`
This PR fixes this error, borrowing the similarly named functions from puppetlabs@a153c84
SeanHood
added a commit
to SeanHood/r10k
that referenced
this issue
Mar 30, 2022
Fixespuppetlabs#1288
Using `install_path` on environment modules would error with: `undefined method `resolve_install_path' for #<R10K::Environment::Git:0x000055f413f20050>`
This PR fixes this error, borrowing the similarly named functions from puppetlabs@a153c84
Describe the Bug
When setting an
install_path
for an "environment source" module it returns an error.Expected Behavior
I expect the module to be installed in the path specified, without error.
In context of the below config:
Steps to Reproduce
Steps to reproduce the behavior:
Create the following two config files
Attempt to deploy with r10k:
r10k deploy environment --verbose debug -t
Environment
Linux 310a9d7b4205 5.10.47-linuxkit #1 SMP Sat Jul 3 21:51:47 UTC 2021 x86_64 GNU/Linux
)The text was updated successfully, but these errors were encountered: