How to declare modules in site.pp in my case
i am trying to trigger a file named instance.pp which is in following path /etc/puppet/modules/websphere/manifests/ihs/instance.pp
i am trying to call the module from site.pp as follow
node 'yyzcpa5002'{ class { 'websphere:ihs:instance': } }
i am facing an error : Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Puppet::Parser::AST::Resource failed with error ArgumentError: Could not find declared class websphere:ihs:instance at /etc/puppet/manifests/site.pp:2 on on node yyzcpa5002.
Can someone please help to resolve the issue. i downloded the ihs module from puppet-forge.