Sha256: 7bf01cfbb613cc2b4c64ba6f6884b79ef7b25df373c9582821f67d9d324485e1
Contents?: true
Size: 498 Bytes
Versions: 61
Compression:
Stored size: 498 Bytes
Contents
# == Class simpmod::config::auditing # # This class is meant to be called from simpmod. # It ensures that auditing rules are defined. # class simpmod::config::auditing { assert_private() # FIXME: ensure your module's auditing settings are defined here. $msg = "FIXME: define the ${module_name} module's auditing settings." notify{ 'FIXME: auditing': 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