Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting Invalid resource type error while installing? #1

Open
lalitjangra opened this issue Jan 9, 2013 · 2 comments
Open

Getting Invalid resource type error while installing? #1

lalitjangra opened this issue Jan 9, 2013 · 2 comments

Comments

@lalitjangra
Copy link

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.

@kazishariar
Copy link

Did you clone the tomcat repo to your puppet/modules dir?

@kazishariar
Copy link

cd /etc/puppet/modules
git clone https://github.com/jurgenlust/puppet-tomcat.git tomcat

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants