I just installed puppet on an ubuntu natty narwhal desktop and I'm
getting the following error on one of my puppet classes:
notice: //myclass/Ssh_authorized_key[adminuser]/ensure: created
err: //myclass/Ssh_authorized_key[adminuser]: Could not evaluate:
Cannot write SSH authorized keys without user
ssh_authorized_key { "adminuser":
ensure => present,
key => "blahblah",
name => "adminusername",
target => "/root/.ssh/authorized_keys",
type => "ssh-rsa"
}
This same bit works fine on ubuntu lucid, and debian squeeze. Any
ideas what could be wrong? I checked and the root user is indeed in
both /etc/passwd and /etc/shadow.
Thanks,
Richard
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" 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-users?hl=en.