Hi,

On 05/13/2011 01:20 PM, rvlinden wrote:
> as an array ...
> 
> @authorizedkey {
>    "userx_dss":
>         user     => "userx",
>         type     => "ssh-dss",
>         key      => "AAAA...=",
>         options => [
>            "from=\"server1.mydomain,server1,192.168.1.2\"",
>            ",no-port-forwarding",
>            ",no-agent-forwarding",
>         ];
> }

this is right, but you made a doo-doo: There is commas *in* your array
elements.

Works for me (but the commas need to go).

HTH,
Felix

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@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.

Reply via email to