Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 383 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 383 Bytes

Puppet module to manage clients for HP Data Protector

Build Status

Example:

  class { 'dataprotector':
    cm_ip   => '1.2.3.4',
    cm_name => 'cellmanager.dom.ain'
  }
  • cm_ip is the IP of the cell manager.
  • cm_name is the FQDN of the cell manager.