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
- Host: GitHub
- URL: https://github.com/derjd/puppet-dataprotector
- Owner: derJD
- License: apache-2.0
- Created: 2012-07-11T12:51:53.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2016-07-03T19:23:39.000Z (almost 9 years ago)
- Last Synced: 2025-02-18T04:17:21.823Z (2 months ago)
- Language: Puppet
- Size: 40 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE.txt
Awesome Lists containing this project
README
# Puppet module to manage clients for HP Data Protector
[](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.