On Thursday, January 16, 2014 9:09:59 AM UTC-6, David Jarosch wrote: > > Sorry, > > but I'm a little bit pissed off. It seem's that this problem is caused by > my keyboard and some kind of keyboard char coding/interpreting or > something. This char ' was somehow interpreted different then in the Pro > Puppet 2nd edition book which also look's exactly the same! I've copied > this character ( ' ) from the book and pasted it in my manifest and voila, > it worked! > > For what it's worth, the string delimiters in Puppet are the US-ASCII apostrophe and quotation mark, aka Unicode characters U+0027 and U+0022, respectively. There are other characters that your system may render similarly to one of those, such as U+0060 (grave accent) U+00B4 (accute accent) and at least half a dozen others. How similar any of those look to each other is a matter of the display font with which they are rendered.
John -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/b94ac637-c779-431c-89d2-9f1671a1d5e0%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
