Module to deploy Sophos endpoint as the instructions found at https://community.sophos.com/kb/en-us/120570 on OSX only.
If there's more that they should know about, though, this is the place to mention:
- Files, packages, services, or operations that the module will alter, impact, or execute.
- Dependencies that your module automatically installs.
- Warnings or other important notices.
needs os unzip, and wget.
The very basic steps needed for a user to get the module up and running. This can include setup steps, if necessary, or it can be an example of the most basic use of the module.
include sophos #requires sophos::installer_source set in heira
class {'sophos':
installer_source => https://api-cloudstation-us-east-2.prod.hydra.sophos.com/api/download/<TOKEN>/SophosInstall.zip} #example url but any url will substitute
}
Include usage examples for common use cases in the Usage section. Show your users how to use your module to solve problems, and be sure to include code examples. Include three to five examples of the most important or common tasks a user can accomplish with your module. Show users how to accomplish more complex tasks that involve different types, classes, and functions working in tandem.
https://community.sophos.com/kb/en-us/120570
initially developed on OSX