Re: [Puppet Users] ssh_authorized_key pattern-list

2022-09-14 Thread Saad Butto
hmmm, I will give it a try. Thanks On Sunday, September 11, 2022 at 3:58:04 PM UTC-7 ianm wrote: > On Sat, 2022-09-10 at 08:26 -0700, Saad Butto wrote: > > > I found that too but it defers you to SSH options. It doesn't say how > > to use from= with puppet ssh_authorized_key resource. > >

Re: [Puppet Users] ssh_authorized_key pattern-list

2022-09-11 Thread Ian Mortimer
On Sat, 2022-09-10 at 08:26 -0700, Saad Butto wrote: > I found that too but it defers you to SSH options. It doesn't say how > to use from= with puppet ssh_authorized_key resource. Options is an array. Most commonly used options are from and command. Something like this in hiera is what we use:

Re: [Puppet Users] ssh_authorized_key pattern-list

2022-09-10 Thread Saad Butto
Hi Ian, I found that too but it defers you to SSH options. It doesn't say how to use from= with puppet ssh_authorized_key resource. Thanks On Sunday, September 4, 2022 at 3:07:48 PM UTC-7 ianm wrote: > On Wed, 2022-08-31 at 14:03 -0700, Saad Butto wrote: > > > > I couldn't find the

Re: [Puppet Users] ssh_authorized_key pattern-list

2022-09-04 Thread Ian Mortimer
On Wed, 2022-08-31 at 14:03 -0700, Saad Butto wrote: > I couldn't find the ssh_authorized_key attribute that can help > achieve that. > > Can someone please help me find a way to do it using puppet > ssh_authorized_key resource?