Puppet Data Type Alias: Profile::Netbox::Report_check

Defined in:
modules/profile/types/netbox/report_check.pp

Overview

SPDX-License-Identifier: Apache-2.0

Alias of

Struct[{
    'name'           => String[1],
    'class'          => String[1],
    'alert'          => Boolean,
    'check_interval' => Integer[1],
    # TODO: i think we have a systemd type for this
    'run_interval'   => String[1],
}]


# File 'modules/profile/types/netbox/report_check.pp', line 2