As described in #7114 when the user specifies e.g.

    ssh_authorized_key { 'myuser':
      type => rsa,
      key  => '...',
      user => 'myuser',
      target => '/here',
      ensure => present,
    }

and the key is already present in someone else's keyfile, puppet will not move
the key to the correct targetfile. This patchseries includes unit and 
integration
tests to detect the issue and a final fix.

-Stefan

-- 
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