Hi all!
If we have resource dependency
A[x] -> B[y] -> C[z]
how to prevent A[x] to be "executed" if error appear during execution
of "C[z]" ?
I run into this problem with puppet concat:
I have dependency File["/file/A] -> File["/file/B"] where later one is
never defined by me. It comes somewhere from Concat internals, I
define only Concat{ "/file/B"}.
Concat itself depends on "/usr/local/bin/concatfragments.sh" script.
If I delete this file from server and delete all files I can see that
"/file/A" is present while "/file/B" is absent and there is warning
that creation of /file/B is skipped because of dependency failure. Why
"/file/A" is created then??
I am running puppet 2.6.2 on debian squeeze
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en.