I have new puppet 4.4 installation on Debian 8.
I installed only 1 module - **puppet module install puppetlabs-accounts**
I created /etc/puppetlabs/code/environments/production/manifests/site.pp with the following contents:
node default {
include accounts
}
When running puppet agent --test --debug on client I receive the error
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Evaluation Error: Error while evaluating a Function Call, Could not find class ::accounts for puppet-client.localdomain at /etc/puppetlabs/code/environments/production/manifests/site.pp:2:1 on node puppet-client.localdomain
Warning: Not using cache on failed catalog
Error: Could not retrieve catalog; skipping run
↧