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

Duplicate declaration: Package[git] is already declared in file #29

Closed
jg-development opened this issue Apr 21, 2016 · 1 comment
Closed

Comments

@jg-development
Copy link

jg-development commented Apr 21, 2016

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

@danzilio
Copy link
Member

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.

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

No branches or pull requests

2 participants