An open API service indexing awesome lists of open source software.

https://github.com/derjd/puppet-dataprotector

Puppet module to manage clients for HP Data Protector
https://github.com/derjd/puppet-dataprotector

Last synced: 2 months ago
JSON representation

Puppet module to manage clients for HP Data Protector

Awesome Lists containing this project

README

        

# Puppet module to manage clients for HP Data Protector
[![Build Status](https://secure.travis-ci.org/mmoll/puppet-dataprotector.png)](http://travis-ci.org/mmoll/puppet-dataprotector)

## Example:

```puppet
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.