Issue #2522 has been updated by Jesse Wolfe. Assigned to changed from Jesse Wolfe to Matt Robinson
---------------------------------------- Bug #2522: authorized_keys owner isn't verified/ensured http://projects.puppetlabs.com/issues/2522 Author: Klavs Klavsen Status: Accepted Priority: Normal Assigned to: Matt Robinson Category: ssh Target version: queued Affected version: 0.24.8 Keywords: Branch: When puppet creates an authorized_keys file using this config: ssh_authorized_key {"auto...@local": ensure => present, type => rsa, target => "/home/system/autocmd/.ssh/authorized_keys", key => "A...=", user => "autocmd", require => File["/home/system/autocmd/.ssh"] } it creates it with the file owned by the user autocmd. if I chmod that file to be owned by root - puppet does not change the owner back on next run (or the next...) -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" 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-bugs?hl=en.
