Resource Type: maldet
- Defined in:
- lib/puppet/type/maldet.rb
- Providers:
-
source
Overview
Install Linux Malware Detect from source.
Properties
-
ensure
(defaults to: present)
Whether Maldet should be installed or not
Supported values:- present
- installed (alias for: present)
- absent
-
version
Manage what version of Maldet is installed.
Supported values:- /^\d+(?:\.\d+)+$/
Parameters
-
cleanup_old_install
(defaults to: true)
Maldet’s install.sh script will create a .bk directory containing the contents of any previous maldet installation’s /usr/local/maldetect folder. This parameter determines whether these directories should be cleaned up upon a successful installation. This includes backup directories from previous upgrades.
-
extract_dir
(defaults to: /usr/local/.maldet_install)
Directory to extract Maldet tarball to. Is removed after successful installation.
-
mirror_url (namevar)
Base URL to download Maldet from
-
provider
The specific backend to use for this ‘maldet` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.