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
When using the file method (method => 'file'), then the unpackeclipse exec is not invoked as it is missing when using the file method. This results in a fatal error:
Error: Could not find dependency Exec[upackeclipse] for Exec[modeclipse] at /opt/librarian-puppet/modules/eclipse/manifests/init.pp:109
It looks like you can just reuse the unpackeclipse from the wget method, except it will need to require the eclipsefile:
When using the file method (
method => 'file'
), then theunpackeclipse
exec is not invoked as it is missing when using the file method. This results in a fatal error:It looks like you can just reuse the
unpackeclipse
from the wget method, except it will need to require theeclipsefile
:The text was updated successfully, but these errors were encountered: