On Wednesday, February 5, 2014 7:57:01 PM UTC+1, Jeremy wrote: > I believe Chuck is on the right path.. Just from a simple test > (https://gist.github.com/jbouse/8830543) this shows that using the > double quotes is incorrect.
Well… it's not "incorrect": you _can_ use double quotes. You just have to pay attention to variable interpolation: http://docs.puppetlabs.com/learning/manifests.html#syntax-hints Your sample puppet-lint output only shows warnings, not syntax errors. Marco -- 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/12b83d14-61f8-432a-9799-c16751d22c48%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
