On Mon, Oct 08, 2012 at 07:56:42AM -0700, Axel B wrote:
> Hello readers, 
> 
> [...]
> err: Could not retrieve catalog from remote server: Error 400 on SERVER: 
> Puppet::Parser::AST::Resource failed with error ArgumentError: Invalid 
> resource type reposync at /etc/puppet/manifests/site.pp:98 on node ...
> 
> [...]
> info: Loading downloaded plugin 
> /home/rsync/.puppet/var/lib/puppet/type/reposync.rb
> *lala Huhu *debug: catalog supports formats: b64_zlib_yaml dot pson raw 
> yaml; using pson
> 
> Directly afterwards I get to see the message "Invalid resource type ...". 
> It loads, updates, but does not find.
> [...]

Hi Axel,

I suppose you use as master->agent setup? The most likely error that
comes to mind is that the puppet *master* does not find the plugin. The
master is responsible for the parameter validation so the master has to
load at least the reposync.rb type. So make sure your custom type is
present in /var/lib/puppet/lib/puppet/type/reposync.rb on your *master*.

Simply copy the files by hand or perform an agent run with pluginsync
turned on on your master. Then restart your master.

-Stefan

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Developers" 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-dev?hl=en.

Reply via email to