Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.
/ pupmod-simp-mcafee Public archive

The SIMP mcafee Puppet Module

License

Notifications You must be signed in to change notification settings

simp/pupmod-simp-mcafee

Repository files navigation

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.