Issue #4409 has been updated by Nigel Kersten.
Markus, I can confirm that a checkout of your branch is working for me.
<pre>
r...@nigelk-vm1:~# puppetmasterd --version
2.6.0
r...@nigelk-vm1:~# puppetmasterd --config /etc/puppet/puppetmasterd.conf
--configprint libdir
/var/lib/puppetmaster/lib
r...@nigelk-vm1:~# ls -l /var/lib/puppetmaster/lib/
total 0
r...@nigelk-vm1:~# grep -r newtype
/var/lib/puppetmaster/environments/test_environment/modules/base/lib/puppet
/var/lib/puppetmaster/environments/test_environment/modules/base/lib/puppet/type/filekeyvalue.rb:
newtype(:FileKeyValue) do
r...@nigelk-vm1:~# grep -i filekeyvalue
/var/lib/puppetmaster/environments/test_environment/modules/base/manifests/init.pp
fileKeyValue { "enable_gssd":
</pre>
Client runs are working happily against this.
<pre>
info: Applying configuration version '1283531294'
notice: /Stage[main]/Base/Filekeyvalue[enable_gssd]/ensure: ensure changed
'outofsync' to 'insync'
notice: Finished catalog run in 0.53 seconds
</pre>
That was supposed to show that I have an empty libdir as far as puppetmasterd
is concerned, that I'm distributing a custom type in modules/base/lib/puppet,
that this type is employed in the base module, and the client run works.
My only caveat is that this was tested with a 0.25.4 client.
----------------------------------------
Bug #4409: puppetmasterd does not find custom types for environment
http://projects.puppetlabs.com/issues/4409
Author: Rudy Gevaert
Status: Needs more information
Priority: High
Assignee: Markus Roberts
Category: plumbing
Target version: 2.6.1
Affected version: 2.6.0
Keywords:
Branch: http://github.com/MarkusQ/puppet/tree/ticket/2.6.x/4409
Hello,
I can't get plugins in modules to work. I tried IRC and puppet-users
(http://groups.google.com/group/puppet-users/browse_frm/thread/1fa5616448b1ffad)
, all led to no help/solution :(. This is blocking me to deploy puppet in our
infrastructure.
err: Could not retrieve catalog from remote server: Error 400 on SERVER:
Puppet::Parser::AST::Resource failed with error ArgumentError: Invalid resource
type vcsrepo at /etc/puppet/development/manifests/nodes.pp:37 on node
puptest.ugent.be
I have attached several attachments that show my config.
thank you in advance
--
You have received this notification because you have either subscribed to it,
or are involved in it.
To change your notification preferences, please click here:
http://projects.puppetlabs.com/my/account
--
You received this message because you are subscribed to the Google Groups
"Puppet Bugs" 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-bugs?hl=en.