1 2 3 4 5 6 7 |
inherits ssh_keys::all::bob { Ssh_authorized_key[bob] { user => "repo", options => "command=\"svnserve -t --tunnel-user=bob\"", } } include repobob |
1 2 3 4 5 6 7 |
inherits ssh_keys::all::bob { Ssh_authorized_key[bob] { user => "repo", options => "command=\"svnserve -t --tunnel-user=bob\"", } } include repobob |