r1soft_cdp_agent
Version information
Start using this module
Add this module to your Puppetfile:
mod 'lboynton-r1soft_cdp_agent', '0.3.2'
Learn more about managing modules with a PuppetfileDocumentation
Puppet Idera (formerly R1Soft) CDP Agent module
Tested on Debian 7.0, CentOS 6 and Ubuntu 12.04.2 LTS.
Usage
Simply specify the IP address or hostname of the CDP master to the key_server
parameter.
class { 'serverbackup_cdp_agent':
key_server => 'http://192.168.0.25:8080',
}
Alternatively you can also specify the key directly.
class { 'serverbackup_cdp_agent':
key => 'xxxxxxxxx',
}
2013-09-30 Lee Boynton lee@lboynton.com 0.3.2 Fixed bug detecting OS which meant kernel headers weren't installed 2013-09-15 Anthony Somerset http://www.somersettechsolutions.co.uk 0.3.1 Added proxmox support 2013-09-04 Anthony Somerset http://www.somersettechsolutions.co.uk 0.3.0 Solved issue #3 : Updating Package names from r1soft to serverbackup Note: Class name has changed from r1soft_cdp_agent to serverbackup_cdp_agent 2013-05-23 Eduardo Balsa http://www.ebserver.org 0.2.0 Added Debian support Added support for direct key definition 2013-03-20 Francois TIFFREAU fti@me.com 0.1.0 Solved issue #1 : will check for filename with regex Solved issue #2 : will check if kernel module is loaded Added Ubuntu support 2013-02-17 Lee Boynton lee@lboynton.com 0.0.1 Initial release
Dependencies
- puppetlabs/stdlib (>= 2.2.1)
- puppetlabs/apt (1.x)