Report abuse

    class repobob inherits ssh_keys::all::bob {
        Ssh_authorized_key[bob] {
            user    => "repo",
            options => "command=\"svnserve -t --tunnel-user=bob\"",
        }   
    }
    include repobob