> I didn't do a ton of work on this as I had hoped to just drop it in
> place and move on to the million other things I have to do today, but
> I shovelled auth.pp into ssh/manifests and now I get this:
> 
> Feb 10 10:56:18 hlslinutil1 puppetmasterd[611]: Could not find
> resource type ssh::auth::server at /etc/puppet/manifests/templates.pp:
> 43 on node hlscms.law.harvard.edu
> Feb 10 10:23:44 hlslinutil1 puppetmasterd[24428]: Could not find class
> ssh::auth::keymaster at /etc/puppet/manifests/nodes.pp:21 on node
> hlslinutil1.law.harvard.edu
> 
> This is on 0.25.3.  I use the ssh module already for other things, so
> I tried doing 'include ssh::auth' in my init.pp which consists of just
> a class ssh and a few bits in there.  None of this helped and it still
> can't see ssh::auth no matter what.

Ashley, the most likely cause for this is that the 'include ssh::auth' statement
is not in an enclosing scope for the calls to ssh::auth::keymaster and
ssh::auth::server.

If you're not sure if this is the case, please post your configuration, at least
the part that includes everything related to ssh::auth.  If you prefer, you can
send it to me by private mail and I'll take a look at it.

Andrew.

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-us...@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.

Reply via email to