Puppet Class: rear

Inherits:
rear::params show all
Defined in:
manifests/init.pp

Overview

Class: rear

This module install Relax and Recover (REAR) on the local node.

Parameters


Document parameters here.

  • `output` Backup method that is used Default value is ISO

  • `output_url` Backup target that is used for backup method Default value is 'nfs://192.168.0.1/srv/rear'

  • `backup` Backup method that is used Default value is NETFS

  • `backup_url` Backup target that is used for backup method Default value is 'nfs://192.168.0.1/srv/rear'

  • `backup_schedule` Backup frequency (daily, weekly or monthly) Default value is none

  • `ssh_root_password` Password that could be used to log into the recover live image as root Default value is 'Recover!N0W'

Variables


No additonal variables are required for this module

Examples


Authors


Thomas Bendler <project@bendler-net.de>

Copyright


Copyright 2016 Thomas Bendler, unless otherwise noted.

Examples:

class { 'rear':
  output_url => 'nfs://192.168.100.1/backup/rear',
  backup_url => 'nfs://192.168.100.1/backup/rear',
  backup_schedule => 'weekly'
}

Parameter Summary