Hi,

I am trying to install puppet-alfresco module as @ 
https://github.com/jurgenlust/puppet-alfresco. I have updated site.pp at 
master node as below.

#For alfresco module
node 'domU-12-31-39-06-3E-24.compute-1.internal'{
include tomcat
include postgres
include alfresco
}

Now i am trying to install it on agent using "puppet agent -t -dv" but 
getting below errors

info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/root_home.rb
debug: catalog supports formats: b64_zlib_yaml dot pson raw yaml; using pson
err: Could not retrieve catalog from remote server: Error 400 on SERVER: 
Puppet::Parser::AST::Resource failed with error ArgumentError: Invalid 
resource type tomcat::webapp at 
/etc/puppetlabs/puppet/modules/alfresco/manifests/init.pp:281 on node 
domu-12-31-39-06-3e-24
warning: Not using cache on failed catalog
err: Could not retrieve catalog; skipping run
debug: Value of 'preferred_serialization_format' (pson) is invalid for 
report, using default (yaml)
debug: report supports formats: b64_zlib_yaml raw yaml; using yaml


Can anyone help as i assume it should work fine. Also i assume it is 
correct syntax wise. I am attaching init.pp for module where 
"tomcat::webapp " is defined.

Regards.

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/puppet-users/-/0hDGh0L8i7wJ.
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