Puppet Data Type Alias: Ssh::Match

Defined in:
modules/ssh/types/match.pp

Overview

SPDX-License-Identifier: Apache-2.0

Alias of

Struct[{
    criteria => Enum['User', 'Group', 'Host', 'Address'],
    patterns => Array[String[1]],
    config   => Hash[Ssh::Match::Allowed, String[1]],
}]


# File 'modules/ssh/types/match.pp', line 2