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-2023) - autorequire the file we are generating #330

Merged
merged 1 commit into from
Jun 4, 2015

Conversation

duritong
Copy link
Contributor

@duritong duritong commented Jun 4, 2015

concat_file generates a file resource which will manage the content,
while the interface for requirements is Concat[] or at least
Concat_file[]. The file is currently flowing within the graph
without any dependency. However, so that require and notifies are
working properly, the file must be present before the concat_file
resource is finished being managed and potentially other resources
depending on that one are being managed.

This also makes the copy & paste from looking for the parent
directory as originaly described within MODULES-2023 obsolete, as
this will be handled by the file itself.

concat_file generates a file resource which will manage the content,
while the interface for requirements is Concat[] or at least
Concat_file[]. The file is currently flowing within the graph
without any dependency. However, so that require and notifies are
working properly, the file must be present before the concat_file
resource is finished being managed and potentially other resources
depending on that one are being managed.

This also makes the copy & paste from looking for the parent
directory as originaly described within MODULES-2023 obsolete, as
this will be handled by the file itself.
@bmjen
Copy link
Contributor

bmjen commented Jun 4, 2015

Great find @duritong!

bmjen added a commit that referenced this pull request Jun 4, 2015
(MODULES-2023) - autorequire the file we are generating
@bmjen bmjen merged commit 724dcaa into puppetlabs:master Jun 4, 2015
@duritong duritong deleted the fix_autorequire branch June 5, 2015 08:35
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.

3 participants