search for: repobob

Displaying 1 result from an estimated 1 matches for "repobob".

2010 Mar 13
5
inheriting ssh_authorized_key
...omehost", ensure => present, key => "*snip*" user => "root", type => ssh-dss } } } I''m trying to use this same key for authorization using svn, overriding user and options like so: class repobob inherits ssh_keys::all::bob { Ssh_authorized_key[bob] { user => "repo", options => "command=\"svnserve -t --tunnel-user=bob\"", } } include repobob When I include the repopbob, oddly enough, the options for the...