Douglas, Do you intend to use different versions of the type in different environments, or are you just concerned with trying to get the same code out everywhere?
According to http://projects.puppetlabs.com/issues/13858 this is fixed for Telly, and there is a patch available if you want to give it a try. If you don't mind the type being available on the master as well, making it available in the modulepath the master uses as a client should resolve the issue. The problem is that the master loads new types locally for validation, and so needs access to them itself. -Eric -- Eric Shamow Professional Services http://puppetlabs.com/ (c)631.871.6441 Join us for PuppetConf 2012 at the Mission Bay Convention Center in San Francisco, California on September 27th and 28th --> http://bit.ly/pcsig12 On Tuesday, August 14, 2012 at 5:25 PM, Douglas Garstang wrote: > I've installed the puppet labs lvm module. After fixing the missing > "}" at line 20 in init.pp (really?!?!), I'm getting this:' > > err: Could not retrieve catalog from remote server: Error 400 on > SERVER: Puppet::Parser::AST::Resource failed with error ArgumentError: > Invalid resource type physical_volume at > /truth/sauce/env/prod/modules/role/manifests/common.pp:43 on node > testweb10.us1.xxx.com (http://testweb10.us1.xxx.com) > > Seems related to: > http://projects.puppetlabs.com/issues/4409 > > I'm using environments. Is this fixed? > > Doug > > -- > 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] > (mailto:[email protected]). > To unsubscribe from this group, send email to > [email protected] > (mailto:[email protected]). > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. -- 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.
