After upgrading to puppet 0.25.4, I have not been able to get Augeas
recipes to work if the path has a space. Here's an example:
class samba-server {
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?
0.24.8 working:
http://pastie.org/902320
0.25.4 not working:
http://pastie.org/902322
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en.