Hi,

I am using a mix of the following two blog post:

[1] A modern Puppet Master from scratch

[2] Puppet Infrastructure

After upgrading to 3.7 I am getting the following error message

Error: Could not retrieve catalog from remote server: Error 400 on
SERVER: Evaluation Error: Illegal Resource Type expression, expected
result to be a type name, or untitled Resource, got Type[Class] at
/etc/puppet/environments/production/site/profiles/manifests/base.pp:5:3
on node server3.example.com
Warning: Not using cache on failed catalog
Error: Could not retrieve catalog; skipping run

With 3.6 it worked like a charm.

The base.pp is like this:

class profiles::base {
   anchor { 'profiles::base': }
  Class { require => Anchor['profiles::base'] }
  users { users: }
}

Is anyone getting the similar errors?

Thanks for your time

Best regards

[1] http://stdout.no/a-modern-puppet-master-from-scratch/

[2] http://terrarum.net/blog/puppet-infrastructure.html

--------------------------------------------------------------------------------------
Juan Sierra Pons                                 [email protected]
Linux User Registered: #257202
Web: http://www.elsotanillo.net Git: http://www.github.com/juasiepo
GPG key = 0xA110F4FE
Key Fingerprint = DF53 7415 0936 244E 9B00  6E66 E934 3406 A110 F4FE
--------------------------------------------------------------------------------------

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/CABS%3Dy9uMF7Y3XuAxcTGeb_XymquBwd2C4bu6kgGJ%2BT1Js2NX6g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to