On Apr 4, 2010, at 3:14 AM, Peter Meier wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
>>        augeas{"samba-global2":
>>                context => "/files/etc/samba/smb.conf/
>> target[.='global']",
>>                changes => [
>>                        "set workgroup MSHOME",
>>                        "set 'os\ level' 31",
>>                ],
>>        }
>> }
>> 
>> This works in 0.24.8 and fails in 0.25.4.  Anyone know what change I
>> should make to get it working, or should I file a bug?
> 
> can you try without escaping the whitespace:
> 
>>                        "set 'os\ level' 31",
> vs.
>>                        "set 'os level' 31",
> 
> As augeas got some improvements in 0.25 and might finally work as
> expected, as in my opinion as you are setting single quotes the escaping
> shouldn't be required.
> And if it still fails, can you test it with 0.25.5rc1? This one got
> further improvements. You can also try to apply that recipe manually
> with the puppet-binary, so you don't have to upgrade your whole chain to
> an rc.
> 
> cheers pete

I seem to have found the exact same bug at 
http://projects.puppetlabs.com/issues/3387

Is there any way to easy way to check to see if that fix is in 0.25.5rc1?

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-us...@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.

Reply via email to