On 07/25/2011 08:47 AM, jcbollinger wrote:
Puppet should not, and typically doesn't, apply resources that require
a failed resource. The content of the file managed by
File["Make_Sudo_File_Live"] is not directly relevant.
I wonder what would happen if he spelled his
dependency chain like this:
### Validate sudo file before making live
Exec["Assemble_Sudo_Fragments"] ~> Exec["Validate_Check_File"] ~>
File["Make_Sudo_File_Live"]
Note a string of ~>, rather than a mixed string.
Is ~> -> even sensible? Shoudn't puppet turn that
2nd dependency from -> into ~>?
--
vagn
--
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.