Hi, so I'm running into a problem since upgrading to 0.24.8 where
puppet is trying to create an authorized key for users that don't
exist because it doesn't do the require ( require => "/etc/passwd" )
first.

I've tried making the require a default parameter for
"ssh_autohrized_key" (yes, in the same scope), I've tried making the
passwd file a requirement for every "ssh_authorized_key" and I've
tried to use "before" with the passwd resource ( before => Class
[ users::ssh_keys ] ) and yet puppet insists on trying to create the
key before doing any of the prerequisites.

One other note, the ssh_authorized_key isn't always for the same
person, so it's not a particular key that's causing the problem.
Also, this was never a problem with 0.24.7.

Cheers,
Scott
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to