Hello,Does anybody know if the issue from
I'm having the same problem with puppet 3.6.2
--
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...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/1bf9c11b-0403-427a-8cb3-79cf5d6c2907%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
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...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/307ef13f-4070-4587-acea-4e1026e796b3%40googlegroups.com.
I think you should be able to send json to the yaml backend and it will work. I did some testing with hiera and had no problem with pure yaml, pure json, or a mix of the two.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/CAMo7R_f1A%3D5PLfRzaXxmEuRxjF2JM3iTmJ8NWcBRhMvFPxw8_g%40mail.gmail.com.
I think you should be able to send json to the yaml backend and it will work. I did some testing with hiera and had no problem with pure yaml, pure json, or a mix of the two.
On 2014-07-21 15:00, jcbollinger wrote:
>
>
> On Monday, July 21, 2014 12:00:35 AM UTC-5, Atom Powers wrote:
>
> I think you should be able to send json to the yaml backend and it
> will work. I did some testing with hiera and had no problem with
> pure yaml, pure json, or a mix of the two.
>
>
> Yes, JSON is more or less a subset of YAML. I don't recall at the
> moment what prevents JSON from being a complete subset, the kinds of
> JSON structures you're likely to want to use for your external data
> should all be fine.
JSON can only do simple values (string, number), lists and hashes. YAML
can additionally reference entities across the document (creating loops)
and do all sorts of other nasty things that rubyists found funny to put
into a serialization format.
--
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...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/f3f7959f-5dac-4b85-b7ee-ca746460adc8%40googlegroups.com.
We tried to use this with the json backend, but this never gets populated in the class:Hello all,Regarding my question with automated data binding. Here is how we set this via the yaml backend:
collectd::plugins::write_riemann::riemann_protocol: UDP
{"collectd":
{"plugins":
{"write_riemann":{"riemann_protocol": "UDP"}
}}}Is the format we try to use wrong?
--
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...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/fa12b3f5-8cb5-4335-a3d6-0dedd50b767c%40googlegroups.com.