Skip to content
This repository has been archived by the owner on Apr 23, 2019. It is now read-only.

plus3it/mcafee-agent-windows-formula

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

mcafee-agent

This salt formula will install McAfee Agent, for use with a McAfee ePolicy Orchestrator (ePO) server. The formula depends on the Salt Windows Package Manager (winrepo), and a package definition must be present for the McAfee Agent.

The formula currently supports no configuration of the agent itself; it is assumed all configuration is handled by the ePO server. However, the formula does use pillar to define the name of the winrepo package, and the version to install.

Available States

mcafee-agent-windows

Install the McAfee Agent for Windows.

Configuration

This formula supports configuration via pillar for the name of the winrepo package and the version of the package to install.

mcafee-agent:package

The package parameter is the name of the package as defined in the winrepo package definition.

Required: False

Default: 'mcafee-agent'

Example:

mcafee-agent:
  package: 'mcafee-agent'

mcafee-agent:version

The version parameter is the version of the package as defined in the winrepo package definition.

Required: False

Default: ''

Example:

mcafee-agent:
  version: '4.8.2003'

About

Install and configure the McAfee Agent for Windows

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published