Forge Home

mcafee

A SIMP module for managing mcafee

7,280 downloads

5,664 latest version

4.3 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 6.0.1 (latest)
  • 6.0.0
  • 4.1.2
  • 4.1.1
released Jul 11th 2017
This version is compatible with:
  • Puppet Enterprise 2017.2.x, 2017.1.x, 2016.5.x, 2016.4.x
  • Puppet >= 4.7.0 < 5.0.0
  • ,

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'simp-mcafee', '6.0.1'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add simp-mcafee
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install simp-mcafee --version 6.0.1

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download
Tags: mcafee, simp

Documentation

simp/mcafee — version 6.0.1 Jul 11th 2017

License Build Status SIMP compatibility

Table of Contents

  1. Overview
  2. Module Description - A Puppet module for managing mcafee
  3. Setup - The basics of getting started with pupmod-simp-mcafee
  4. Usage - Configuration options and additional functionality
  5. Reference - An under-the-hood peek at what the module is doing and how
  6. Limitations - OS compatibility, etc.
  7. Development - Guide for contributing to the module

This is a SIMP module

This module is a component of the System Integrity Management Platform, a compliance-management framework built on Puppet.

If you find any issues, they can be submitted to our JIRA.

Please read our Contribution Guide and visit our developer wiki.

Module Description

This class installed the command line McAfee anti-virus scanner and configures updates to be pulled from rsync.

Setup

What simp mcafee affects

simp/mcafee will install McAfee, create an /opt/mcafee_dat directory and use simp/rsync to control the /opt/mcafee_dat contents. simp/rsync will use the data contained in /srv/rsync/mcafee on the Puppet Master by default.

Setup Requirements

simp/mcafee requires the simp/simplib and simp/rsync modules.

Usage

To use this module, just include it as a class in hiera or manifests.

Reference

Public Classes

  • mcafee

mcafee

Parameters

  • rsync_server: The rsync server used in the SIMP environment. Valid Options: An IP Address or FQDN.

  • rsync_timeout: The timeout in seconds to transfer the data. Valid Options: Integer. Default: '2'

Limitations

This module is only designed to work in RHEL or CentOS 6 and 7. Any other operating systems have not been tested and results cannot be guaranteed.

Development

Please see the SIMP Contribution Guidelines.

General developer documentation can be found on Confluence. Visit the project homepage on GitHub, chat with us on our HipChat, and look at our issues on JIRA.