If anyone has any ideas, please share.  I'm at a loss.

YAML from Puppet Enterprise 2.0.0 default ENC:

++++++++++++++++++++++++++++++++
--- 
name: rcf-cm-master.our.org 
parameters: {} 

classes: 
- core-permissions 
++++++++++++++++++++++++++++++++

YAML from my Python ENC using PyYAML.  This results in 'cannot find node'.

++++++++++++++++++++++++++++++++
--- 
classes: 
- core-permissions 
name: rcf-cm-master.our.org 
parameters: {} 
++++++++++++++++++++++++++++++++

Note that putting the YAML output above in a file and loading it with Ruby's
YAML::load does not throw an exception.

I'm stumped :|

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/puppet-users/-/VChRtFes9wEJ.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to