In what version was this resource type introduced? I'm running 0.24.4 bur
are getting "Could not find resouce type ssh_autorized_key..."
On 8/27/08, AJ <[EMAIL PROTECTED]> wrote:
>
>
> You're using a version of puppet that doesn't have this type.
>
> Upgrade.
>
> Regards,
>
> AJ
>
> On 27/08/2008, at 11:59 PM, Rupert <[EMAIL PROTECTED]> wrote:
>
> >
> > Hello,
> > i started yesterday to setting up a puppet server and im really
> > excited about what puppet can do for me.
> > I had first a file authorized_keys that I use to copy with puppet to
> > all my servers, than i discovered a function that can handle my keys.
> > When I try to pull the new config i get the following error:
> >
> > err: Could not retrieve configuration: Could not find definition
> > ssh_authorized_key at /etc/puppet/manifests/classes/
> > authorized_keys.pp:
> > 8
> >
> > this is my class:
> >
> > class ssh_keys {
> >
> > ssh_authorized_key{ "me":
> > ensure => present,
> > key => "xyxyxy",
> > name => "[EMAIL PROTECTED]",
> > target => "/root/.ssh/authorized_keys",
> > }
> > }
> >
> > what am I doing wrong here?
> >
> > greetings
> >
> > Rupertt
> >
> > >
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---