Sha256: 0cb32ef2a80cbdb0beee537ac126ec1584177f3d9bf663a60772b56dcf9ac981

Contents?: true

Size: 492 Bytes

Versions: 61

Compression:

Stored size: 492 Bytes

Contents

# == Class simpmod::config::logging
#
# This class is meant to be called from simpmod.
# It ensures that logging rules are defined.
#
class simpmod::config::logging {
  assert_private()

  # FIXME: ensure your module's logging settings are defined here.
  $msg = "FIXME: define the ${module_name} module's logging settings."

  notify{ 'FIXME: logging': message => $msg } # FIXME: remove this and add logic
  err( $msg )                                 # FIXME: remove this and add logic

}

Version data entries

61 entries across 61 versions & 1 rubygems

Version Path
simp-rake-helpers-4.0.0 spec/lib/simp/rake/pupmod/fixtures/simpmod/manifests/config/logging.pp