- Add the 'cloudpassage' folder into your module path
- Include the class and configure the relevant variables for your Cloud Passage account:
- api_key - found on the 'API Keys' tab of your 'Site Administration' page.
- repo_key - found here: https://portal.cloudpassage.com/installers/linux
- tags - You can assign tags to servers and groups. Any server with a matching tag will automatically be assigned to a group with the same tag.
EXAMPLE:
class { 'cloudpassage':
api_key => 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
repo_key => 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
tags => 'xxxxx'
}