-
Notifications
You must be signed in to change notification settings - Fork 85
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
Limitations for files with changing source #134
Comments
@baurmatt what you request is implemented already for compiled catalogs, but not other methods of retrieving catalogs. There are some cases where it can't be implemented. Details:
|
Hmm damn, yeah this is pretty much what I suspected. Thanks for clarifying! :) Do you see a chance that static catalogs could help? Also could this perhaps be mention in Limitations? |
I can clarify this in the docs. |
Sounds good, thanks! :) Do you have experience in using static catalogs? |
Diff two already generated catalogs against each other by using the API functionality:
Resource that changed looked like this:
The content of the source file "ve_base/check_ram" changed.
octocatalog-diff didn't show any changes
Show diffs on the changed content of the file
Generate two catalogs with a file {} resource which source file changed.
Your OS:
Ubuntu 14.04
Your Ruby version:
2.4.0
Your version of Puppet:
4.10.1
Your version of octocatalog-diff:
1.0.1
I think this has to do with how Puppet itself operates. Content of a file {} source parameter is retrieve while applying the catalog. My question therefor is: Are you aware of this limitation? Do you know any workaround which could help detect the change?
The text was updated successfully, but these errors were encountered: