I have a wierd question:
On a fresh Server (Centos 7, PuppetServer 6) with only one nagios class (with nagios_core from forge I am getting this error:
Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Evaluation Error: Error while evaluating a Resource Statement, Could not autoload puppet/type/nagios_service: no such file to load -- puppet/util/nagios_maker (file: /etc/puppetlabs/code/environments/production/manifests/site.pp, line: 4, column: 3) on node hyposulphuric
If I do a puppet apply however, the same site.pp applies correctly without issues (well, it complains about exporting ressources not possible). Why would a puppet apply correctly load the puppet forge module when then puppet server (puppet agent --test) does not and yields above error?
I have been hitting my head against the issue all day.
Any help is greatly appreciated.
-Chris.