Puppet Data Type Alias: Bgpalerter::Logging

Defined in:
modules/bgpalerter/types/logging.pp

Overview

SPDX-License-Identifier: Apache-2.0

Alias of

Struct[{
  directory          => String[1],
  logRotatePattern   => String[1],
  maxRetainedFiles   => Integer[1],
  maxFileSizeMB      => Integer[1],
  compressOnRotation => Boolean,
  useUTC             => Boolean,
}]


# File 'modules/bgpalerter/types/logging.pp', line 2