Version information
released May 20th 2012
Start using this module
Add this module to your Puppetfile:
mod 'dhoppe-rsnapshot', '0.0.11'
Learn more about managing modules with a PuppetfileDocumentation
dhoppe/rsnapshot — version 0.0.11 May 20th 2012
Class: rsnapshot
This module manages rsnapshot
Definition:
rsnapshot::host
Parameters:
$host - specify host
Actions:
Installs the rsnapshot.conf and cron
Requires:
SSH PKA (Public Key Authentication), otherwise the
connection to the remote host will fail
Sample Usage:
rsnapshot::host { '/etc/rsnapshot.conf':
hosts => $host,
}
Dependencies
- dhoppe/puppet (>=0.0.1)