One of the things I've noticed is that puppet doesn't handle indirect
usage or reference of resources. For instance, there's the often cited
case of wanting to upgrade vulnerable packages, but only if they're
present on the system. It would be nice to be able to pull in more
system information like packages installed, but not have to manage
them. However, I've got a (possibly bizarre) solution to this. In
theory, we could have facter use puppet resource or self.instances on
providers to get the current system state and then inject that back
into puppet as variables. This would depend on namespaced and
structured variables being present on facter, but that should be
coming down the pipe in the near future. Would this be a good approach
to solve the given problem?

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Developers" 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-dev?hl=en.

Reply via email to