On Apr 2, 5:07 am, bruce bushby <bruce.bus...@gmail.com> wrote: > Hi > > I've been writing a little module to handle some grub settings on RHEL > 6 and appear the have run into a silly little problem that I just > can't fix. > > I've trying to append the string "crashkernel=128M@16M" to the kernel > line in my grub.conf. The following module works 100% if I leave out > the "@" symbol. Any ideas how I can escape the "@" ?? > > I know I can use "crashkernel=auto" .... but I would like to know how > to insert any string I choose....even an "@".
The '@' character in your sample is not special to Puppet, so the first step is to figure out which tool in the chain is choking on it. I suppose that would probably be Augeas. I'm not proficient in Augeas, however, so I can't be sure, and I certainly can't tell you how Augeas escaping works. John -- 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.