Re: [Puppet Users] Augeas and double quotes

2010-06-22 Thread Guus Houtzager
On Mon, Jun 21, 2010 at 11:40 PM, Patrick Mohr kc7...@gmail.com wrote: First, quotes probably aren't needed unless the value has a space in it. Second, single quotes should work fine. Anyway, here's an example that will work for something that has a space in it, and needs to be quoted:

[Puppet Users] Augeas and double quotes

2010-06-21 Thread Guus Houtzager
Hi, I've got a bit of an issue with Augeas in Puppet. I'm trying to modify /etc/sysconfig/i18n (RHEL4 system). Original file: LANG=en_US.UTF-8 SUPPORTED=en_US.UTF-8:en_US:en SYSFONT=latarcyrheb-sun16 This is the code to change it: $filename = $operatingsystem ? { redhat =