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
Hi,
I manage git with another module. This results in a duplicate declaration error.
I might be better to handle the packages with the
"ensure_resource('package', $packages, {'ensure' => 'present'})"
from the stdlib module.
Thanks in advance
Jan
The text was updated successfully, but these errors were encountered:
Hi @jg-development, we already use ensure_packages for this but the ensure_* functions are still parse-order dependent. I would recommend setting manage_dependencies to false for your case.
Hi,
I manage git with another module. This results in a duplicate declaration error.
I might be better to handle the packages with the
"ensure_resource('package', $packages, {'ensure' => 'present'})"
from the stdlib module.
Thanks in advance
Jan
The text was updated successfully, but these errors were encountered: