Issue #16487 has been updated by Nick Le Mouton. Status changed from Needs More Information to In Topic Branch Pending Review
I'm still seeing this issue in 3.1.0. ---------------------------------------- Bug #16487: ssh_authorized_key always changes from root to user on every run https://projects.puppetlabs.com/issues/16487#change-86815 Author: Nick Le Mouton Status: In Topic Branch Pending Review 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
