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
Using ensure_packages('git') for puppetmaster setup creates a duplicate declaration error when the package 'git' is included in another module with something else than ensure_packages('git') or ensure => present.
Using
ensure_packages('git')
for puppetmaster setup creates a duplicate declaration error when the package 'git' is included in another module with something else thanensure_packages('git')
orensure => present
.A good explanation can be found in this issue for another module:
willdurand/puppet-composer#44
I propose changing the
ensure_packages('git')
to a
which will solve the issue.
The text was updated successfully, but these errors were encountered: