Version information
released Oct 22nd 2014
This version is compatible with:
- Puppet Enterprise >= 3.2.0 < 3.4.0
- Puppet 3.x
- , , ,
Start using this module
Add this module to your Puppetfile:
mod 'bflad-sevenzip', '0.1.0'
Learn more about managing modules with a PuppetfileDocumentation
bflad/sevenzip — version 0.1.0 Oct 22nd 2014
puppet-sevenzip
Description
Installs/Configures 7-zip
Requirements
Platforms
- Arch Linux 2014.08.01+
- CentOS 5, 6, 7
- Debian 6, 7
- RHEL 5, 6, 7
- Ubuntu 12.04, 14.04
Modules
Heira Data and Defaults
These facts are in the sevenzip::
hiera data namespace.
Fact | Description | Type | Default |
---|---|---|---|
package | Package of sevenzip to install | String | p7zip |
version | Version of sevenzip to install | String | latest |
Manifests
init
Installs/Configures 7-zipinstall
Installs 7-zip
Usage
Default Installation
Add the below to your profile.
class { 'sevenzip': }
Testing and Development
- Quickly testing with Vagrant: VAGRANT.md
- Full development and testing workflow with rspec-puppet, puppet-lint, and friends: TESTING.md
Contributing
Please use standard Github issues/pull requests and if possible, in combination with testing on the Vagrant boxes.
Maintainers
- Brian Flad (bflad417@gmail.com)
Dependencies
- stahnma/epel (>= 0.0.6)
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.