Skip to content

😷 Puppet Module for Managing Symantec Endpoint Protection Client

Notifications You must be signed in to change notification settings

digglife/puppet-sep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sep

Puppet module for managing Symantec Endpoint Protection.


How to use

class { 'sep':
  source        => '\\UNCPATH',
  deploy_sylink => true,
  sepm_ip       => 'ip_address_of_sepm_server',
}

Note:

  1. The installer packages of SEP for both 64bit(sep64.exe) and 32bit(sep32.exe) Windows need to be copied to \\UNCPATH.

  2. If deploy_sylink is true, sylink.xml, which is the communication file exported from SEPM Server, is required to be placed under files folder. sepm_ip parameter is also required.

Custom Facts

The client status is collected as sep fact. For example:

{
    "managed": true,
    "service": "enabled",
    "definition": "2015-04-28",
    "sepm ": "127.16.1.111",
    "version": "12.1.4112.4156",
    "path": "C:\\Program Files\\Symantec\\Symantec Endpoint Protection\\12.1.4112.4156.105\\Bin\\",
    "online": true
}

About

😷 Puppet Module for Managing Symantec Endpoint Protection Client

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages