I believe you need to add "options => 'from="1.1.1.1"'" to your resource to do
this.
Cheers,
Tim
On Thursday, 29 March 2012 at 12:44 PM, Brandon wrote:
> Fairly new to puppet here and trying to figure out a couple of issues
> with distributing ssh keys. First one is how can I distribute a
> p
Fairly new to puppet here and trying to figure out a couple of issues
with distributing ssh keys. First one is how can I distribute a
public key with the from= field at the beginning. What I currently
have working is
ssh_authorized_key { "brandon":
user => "brandon",
ensure => "present