-----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 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAku4ZoMACgkQbwltcAfKi3/cIwCfaQlB+BYmUR0iRSeunv6Ap/DV n1oAoJ7BTQ4vMZZtDcfHZl4rI5Qpv6m9 =35D7 -----END PGP SIGNATURE----- -- 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.