Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 907 Bytes

README.md

File metadata and controls

40 lines (30 loc) · 907 Bytes

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
}