Skip to content

mrpatrick/puppet-cloudpassage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

cloudpassage.com module for puppet

Module Installation

  • 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'
}

About

Cloudpassage.com module for puppet

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages