On Mon, May 16, 2011 at 5:04 PM, Aaron Grewell <aaron.grew...@gmail.com>wrote:

> Hi all,
> I'm trying to configure a set of network interfaces, so I downloaded the
> puppet-network module from the module forge.  I enabled plugin sync per
> http://docs.puppetlabs.com/guides/plugins_in_modules.htm and added the
> module to my module path, but I'm getting an 'invalid resource type' error
> indicating that the custom type included in the module isn't found.  Can you
> help me figure out what I've missed?
>
> Puppet:
> puppet --version
> 2.6.6
>
> The error:
> err: Could not retrieve catalog from remote server: Error 400 on SERVER:
> Puppet::Parser::AST::Resource failed with error ArgumentError: Invalid
> resource type network_config at
> /usr/share/puppet/environments/testing/modules/cluster/manifests/testcluster1.pp:35
>
>
>
Basically, Puppet has two parts.  The Type, which must be used during
catalog compiliation (usually done on the server), and on the client.  The
provider uses your type to do all the useful stuff on the client.  You're
probably getting this error because the server can't find the type when it
tries to compile the catalog.

-- 
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.

Reply via email to