On Thu, Apr 07, 2011 at 10:51:04AM -0700, Corey Osman wrote: > puppet resource ssh_authorized_key (this returns nothing) > > puppet resource ssh_authorized_key username (this returns the following)
Hmm, yes, the ssh_authorized_key key parameter isn't the username. Though that is not a very optimal error message. If you change encryption to type, I had that working for me. ssh_authorized_key{ "macbook-root": ensure => present, key => "AAAAB3NzaC1yc2EAAAABIwAAAQEAxsDSms5CWF1iKlyCFLaPfs0It4dDXwhH1W2REzz7K/b5pXsOJyOzCHEO6odcHda039GHMc36rrkO6qOOQlU/6J6wZhqTc02P9OkkCcTT9404SCC5TMgXV+obdgMjNzIE5R46fC8buUO/sYcew31KBRhmvcahyvvqeHOXkj8jHYUw3IjI2+Yn+OczXjS23NMwGTc5dhEw+BLBeoIzNZ1+2bvzKZTtuadEF6WJcBDld7CoC65UFwiyO9Vls8O4PNrusObbgzD2RXp3UyX06tPQa/HACbhvPt3kqin061vvmXSW64GK47P6Pkvk5aS8YB2J4qLemKH3NjPx05gPWQ==", name => "macbook pro key", type => "ssh-rsa", user =>"corey", } -- Ben Hughes || http://www.puppetlabs.com/ -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.