Puppet Data Type Alias: Gitlab_runner::AllowedService

Defined in:
modules/gitlab_runner/types/allowedservice.pp

Overview

SPDX-License-Identifier: Apache-2.0

Alias of

Struct[{
    port  => Stdlib::Port,
    host  => Stdlib::Host,
    proto => Optional[Enum['tcp', 'udp']],
  }]


# File 'modules/gitlab_runner/types/allowedservice.pp', line 2