On 11/22/2014 10:24 PM, David Waters wrote:
> I have similar symptoms with a PE 3.7 agent running on RHEL5, 32-bit
> and PE 3.7 running on RHEL6, 64-bit.  My specific problems can be
> found in the Report Log:
>  
> |err|         |Could not retrieve catalog; skipping run|      |Puppet|        
> ||
>       ||
>       |2014-11-22 12:42 UTC|
> |err|         |Could not retrieve catalog from remote server: Error 400 on
> SERVER: Attempt to assign to a reserved variable name: 'trusted' on
> node myagent.mydomain.com|    |Puppet|        ||
>       ||
>       |2014-11-22 12:42 UTC|
>
>  
> In my case, the problem seems to be related to a conflict with the
> server name and perhaps the certificates.  However, the agent on the
> RHEL5 box already checked-in as an accepted node (fingerprint defined
> when the master accepted the node request).  Therefore I am stumped as
> to why there seems to be a naming conflict.

Well this one should be simple enough.

You can neither define a custom fact nor manifest variable by the name
of $trusted. Puppet uses is for this:

https://docs.puppetlabs.com/puppet/latest/reference/lang_facts_and_builtin_vars.html#trusted-facts

Are you doing either of these things?

HTH,
Felix

-- 
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 puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/5473B420.2050400%40Alumni.TU-Berlin.de.
For more options, visit https://groups.google.com/d/optout.

Reply via email to