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

(MODULES-4474) Drop autorequire of fragments in concat_file #430

Conversation

tdevelioglu
Copy link

The concat_file type defines an autorequire of related fragments which
can unnecessarily lead to dependency cycles.

It's not evident why fragments exactly need to be required as the type
seems to work fine without it.

This commit drops the autorequire that collects fragments in
concat_file to prevent these dependency cycles from happening.

The concat_file type defines an autorequire of related fragments which
can unnecessarily lead to dependency cycles.

It's not evident why fragments exactly need to be required as the type
seems to work fine without it.

This commit drops the autorequire that collects fragments in
concat_file to prevent these dependency cycles from happening.
@bmjen
Copy link
Contributor

bmjen commented Mar 3, 2017

Thanks @tdevelioglu ! I believe this was a remnant of the T&P changes before we moved some of the magic to eval_generate.

@bmjen bmjen merged commit 8df55e3 into puppetlabs:master Mar 3, 2017
@tdevelioglu tdevelioglu deleted the ticket/4474-drop_autorequirement_of_fragments branch May 17, 2017 12:27
@tik-stbuehler
Copy link

Those dependencies were important; see https://tickets.puppetlabs.com/browse/MODULES-7533

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants