Issue #16487 has been updated by Nick Le Mouton.
No, there are no duplicates in root2's keyfile and I've never seen a permissions error like you posted. Is it worth running puppet in debug mode? ---------------------------------------- Bug #16487: ssh_authorized_key always changes from root to user on every run https://projects.puppetlabs.com/issues/16487#change-71945 Author: Nick Le Mouton Status: Needs More Information Priority: Normal Assignee: Nick Le Mouton Category: Target version: Affected Puppet version: Keywords: Branch: I have this in my manifest: ssh_authorized_key { "test" : user => "root2", ensure => present, type => "ssh-rsa", key => "AAAA <snip> =="; } Whenever I run puppet it shows these notices: notice: /Stage[main]/Ssh/Ssh_authorized_key[test]/user: user changed 'root' to 'root2' Is there anyway to suppress this notice? It shouldn't really be firing on each run. -- 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.
