Title: Message Title
Jürgen Weber commented on an issue
Puppet / Bug PUP-1050
ssh_authorized_key always changes from root to user on every run
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 t...

--
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.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to