On Apr 11, 2011, at 1:40 PM, Forrie wrote:
> ssh_authorized_key { "nagios":
> ensure => present,
> key => "AAAA[snip]== nagios@host",
> user => "nagios",
> type => "ssh-dss",
> # require => User["nagios"],
> tag => "system",
> }
I believe I remember hearing this can happen if you include things other than
the key in the key field. Try removing "nagios@host" from the key field and
see if it's fixed.
--
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.