tw_3dm2
installs the 3ware 3dm2/tdm2 & tw_cli RAID controller management software
Version information
released Oct 14th 2013
Start using this module
Add this module to your Puppetfile:
mod 'jhoblitt-tw_3dm2', '0.0.3'
Learn more about managing modules with a PuppetfileDocumentation
jhoblitt/tw_3dm2 — version 0.0.3 Oct 14th 2013
Puppet tw_3dm2 Module
Description
This module downloads via wget, unzips, installs, and configures the 3ware 3dm2/tdm2 & tw_cli RAID controller management software
Examples
class{ 'tw_3dm2':
package_filename => '3DM2_CLI-Linux_10.2.1_9.5.4.zip',
package_url => 'http://example.org/3DM2_CLI-Linux_10.2.1_9.5.4.zip',
emailserver => 'mail.example.org',
}
Copyright
Copyright (C) 2012-2013 Joshua Hoblitt jhoblitt@cpan.org
v0.0.2
Joshua Hoblitt jhoblitt@cpan.org (10):
* mention tw_cli in summary
* fix broken module_name used to for 3dm.conf erb template
* change license from GPLv2 or later to Apache 2.0
* cleanup code to pass puppet-lint and add the 'lint' rake target
* enable travis-ci support
* change module version to v0.0.2
* fix 3dm2.conf template namespace issues with puppet >= 3
* validate $unzip_path param to class tw_3dm2
* improve basic test coverage and add some negative param tests
* update copyright notices
Dependencies
- puppetlabs/stdlib (>= 1.0.0)
- maestrodev/wget (>= 0.0.1)
Copyright (C) 2012-2013 Joshua Hoblitt <jhoblitt@cpan.org> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.