Skip to content

Latest commit

 

History

History
95 lines (52 loc) · 1.95 KB

REFERENCE.md

File metadata and controls

95 lines (52 loc) · 1.95 KB

Reference

Table of Contents

Classes

  • chkrootkit: Sets up chkrootkit to be run once per week with results sent to syslog by default.

Classes

chkrootkit

Sets up chkrootkit to be run once per week with results sent to syslog by default.

Parameters

The following parameters are available in the chkrootkit class:

minute

Data type: Simplib::Cron::Minute

Cron minute

Default value: '0'

hour

Data type: Simplib::Cron::Hour

Cron hour

Default value: '0'

monthday

Data type: Simplib::Cron::MonthDay

Cron monthday

Default value: '*'

month

Data type: Simplib::Cron::Month

Cron month

Default value: '*'

weekday

Data type: Simplib::Cron::Weekday

Cron weekday

Default value: '0'

syslog

Data type: Boolean

Enable syslog log forwarding

Default value: simplib::lookup('simp_options::syslog', { 'default_value' => false })

log_dest

Data type: String

Set to local6.notice, any other syslog destination to forward to syslog. Worthless if $syslog is false.

Default value: 'local6.notice'

package_ensure

Data type: String

The ensure status of packages to be managed

Default value: simplib::lookup('simp_options::package_ensure', { 'default_value' => 'installed' })