Re: [Puppet Users] Help with augeas

2013-02-27 Thread Adam Crews
On Wed, Feb 27, 2013 at 1:43 AM, Dominic Cleal wrote: >> >> augeas { "test": >> lens=> "Property.lns", > > This line doesn't look correct, it should be Properties.lns to match the > module you downloaded. > Yep, that was the problem. Thanks for the 2nd set of eye to catch the typo. -A

Re: [Puppet Users] Help with augeas

2013-02-27 Thread Dominic Cleal
On 27/02/13 07:28, Adam Crews wrote: > Hello, > > I'm trying to manage a properties file used by a java program with augeas. > I'm using PE 2.7.1 on a CentOS 5 machine. > > Sample content is: > # Sample file /home/acrews/test.properties > session.securityLevel.createSession=10 > session.securityL

[Puppet Users] Help with augeas

2013-02-26 Thread Adam Crews
Hello, I'm trying to manage a properties file used by a java program with augeas. I'm using PE 2.7.1 on a CentOS 5 machine. Sample content is: # Sample file /home/acrews/test.properties session.securityLevel.createSession=10 session.securityLevel.listFiles=10 low.session.timeout=15 # eof I want