Report abuse

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