Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Avoid conflicts from build-essential #39

Merged
merged 1 commit into from
Oct 13, 2015

Conversation

quixoten
Copy link
Contributor

The ensure_packages('build-essential', ...) was conflicting with
another usage of ensure_packages('build-essential') elsewhere in our
puppet repository. This change declares the desired dependency in a way
that does not require setting parameters on the package resource.
Because the parameters are removed, the ensure_packages becomes more
generic and less likely to conflict with other modules that might define
the same package resource.

The `ensure_packages('build-essential', ...)` was conflicting with
another usage of `ensure_packages('build-essential')` elsewhere in our
puppet repository. This change declares the desired dependency in a way
that does not require setting parameters on the package resource.
Because the parameters are removed, the ensure_packages becomes more
generic and less likely to conflict with other modules that might define
the same package resource.
dwerder added a commit that referenced this pull request Oct 13, 2015
Avoid conflicts from build-essential
@dwerder dwerder merged commit f8e44b2 into echocat:master Oct 13, 2015
@quixoten quixoten deleted the fix_conflict branch October 13, 2015 17:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants