r1soft_cdp_agent
Installs and sets up the R1Soft CDP agent on CentOS/RHEL or Ubuntu/Debian
Version information
released Mar 19th 2013
Start using this module
Add this module to your Puppetfile:
mod 'ftiff-r1soft_cdp_agent', '0.1.2'
Learn more about managing modules with a PuppetfileDocumentation
ftiff/r1soft_cdp_agent — version 0.1.2 Mar 19th 2013
Puppet R1Soft CDP Agent module
Tested on CentOS 6 and Ubuntu 12.04.2 LTS. Adapted to Ubuntu/Debian from lboynton/r1soft_cdp_agent.
Usage
Simply specify the IP address or hostname of the CDP master to the key_server
parameter.
class { 'r1soft_cdp_agent':
key_server => 'http://192.168.0.25:8080',
}
Issues
Key generation will return successful even if not.
2013-03-20 Francois TIFFREAU fti@me.com 0.1.2 Solved issue #1 : will check for filename with regex Solved issue #2 : will check if kernel module is loaded
Dependencies
- puppetlabs/stdlib (>= 2.2.1)
- puppetlabs/apt (1.x)