You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have put all of modules mentioned in master node under /modules directory & put following in site.pp of master.
For alfresco module
node 'domU-12-31-39-06-3E-24.compute-1.internal'{
include tomcat
include postgres
include alfresco
}
But when i am trying to install module on agent node using "puppet agent -t -dv", i am getting below error:
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
Can you help?
Regards.
The text was updated successfully, but these errors were encountered:
Hi,
I have put all of modules mentioned in master node under /modules directory & put following in site.pp of master.
For alfresco module
node 'domU-12-31-39-06-3E-24.compute-1.internal'{
include tomcat
include postgres
include alfresco
}
But when i am trying to install module on agent node using "puppet agent -t -dv", i am getting below error:
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
Can you help?
Regards.
The text was updated successfully, but these errors were encountered: