Re: [Puppet Users] augeas onlyif problem

2013-11-14 Thread Jist Anidiot
On Monday, November 11, 2013 5:06:30 PM UTC-5, Dominic Cleal wrote: > > On 11/11/13 15:18, Jist Anidiot wrote: > > > > > > On Friday, November 8, 2013 12:23:11 PM UTC-5, Dominic Cleal wrote: > > > > On 06/11/13 21:17, Jist Anidiot wrote: > > > I'm trying to make sure a specific user

Re: [Puppet Users] augeas onlyif problem

2013-11-11 Thread Dominic Cleal
On 11/11/13 15:18, Jist Anidiot wrote: > > > On Friday, November 8, 2013 12:23:11 PM UTC-5, Dominic Cleal wrote: > > On 06/11/13 21:17, Jist Anidiot wrote: > > I'm trying to make sure a specific user has a special ssh key used as > > his identity file. > > > > so I'm trying s

Re: [Puppet Users] augeas onlyif problem

2013-11-11 Thread Jist Anidiot
On Friday, November 8, 2013 12:23:11 PM UTC-5, Dominic Cleal wrote: > > On 06/11/13 21:17, Jist Anidiot wrote: > > I'm trying to make sure a specific user has a special ssh key used as > > his identity file. > > > > so I'm trying something like: > > > > augeas{"user_second_key": > > c

Re: [Puppet Users] augeas onlyif problem

2013-11-08 Thread Dominic Cleal
On 06/11/13 21:17, Jist Anidiot wrote: > I'm trying to make sure a specific user has a special ssh key used as > his identity file. > > so I'm trying something like: > > augeas{"user_second_key": > context => "/files/home/user/.ssh/config", > changes => [ "ins IdentityFile after > /files

[Puppet Users] augeas onlyif problem

2013-11-06 Thread Jist Anidiot
I'm trying to make sure a specific user has a special ssh key used as his identity file. so I'm trying something like: augeas{"user_second_key": context => "/files/home/user/.ssh/config", changes => [ "ins IdentityFile after /files/home/user/.ssh/config/IdentityFile[last()]",