On 03/10/2015 07:19 AM, Kylo Ginsberg wrote: > On Mon, Mar 9, 2015 at 8:21 AM, Raphaël Pinson > <[email protected] <mailto:[email protected]>> > wrote: > > Hi Felix, > > By default, Puppet 3 stringifies all facts. And apparently, > "--stringify_facts false" does not work with puppet apply… > > > For any boolean setting, "--some_boolean false" doesn't work, and you > instead need to use "--no-some_boolean". > > So in this case, this seems to work: > > puppet apply --parser=future --no-stringify_facts -e 'notify{ > "${os['name']}": }' > > Kylo
Excellent. Works for me now. Not yet sure what that implies for rspec-puppet. Thanks Kylo! -- You received this message because you are subscribed to the Google Groups "Puppet Developers" 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-dev/54FEB541.4040902%40alumni.tu-berlin.de. For more options, visit https://groups.google.com/d/optout.
