On Wed, Jan 25, 2012 at 15:15, jblaine <cjbla...@gmail.com> wrote: > 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 :|
Both of those produce exactly the same content when loaded with the default Ruby YAML parser, which should be how we load that stuff, and everything works from my local testing too. :/ Can you dig deeper into what is going on inside your script? Perhaps something else is going wrong? > > -- > 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. -- Daniel Pittman ⎋ Puppet Labs Developer – http://puppetlabs.com ♲ Made with 100 percent post-consumer electrons -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. 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.