dependency question:
I want to require that Package{ruby-shadow} is installed if its not there on
Redhat. This package is in Yum-repo which has some dependency requires for
files owned by root, so I have created the circular reference
user{root:password} -> Package[ruby-shadow] -> Class["yum"] (has files that
are owned by root) -> User[root]
Are there ways to fix situations where the autorequires don't allow me to do
something? Or do I have to work around them?
(for example, if I want to customize the root user, files owned by root
don't have to wait for this)
thanks,
Dan Bode
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---