Puppet module for managing Symantec Endpoint Protection.
class { 'sep':
source => '\\UNCPATH',
deploy_sylink => true,
sepm_ip => 'ip_address_of_sepm_server',
}
Note:
-
The installer packages of SEP for both 64bit(
sep64.exe
) and 32bit(sep32.exe
) Windows need to be copied to\\UNCPATH
. -
If
deploy_sylink
is true,sylink.xml
, which is the communication file exported from SEPM Server, is required to be placed underfiles
folder.sepm_ip
parameter is also required.
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
}