Forge Home

10,596 downloads

10,596 latest version

3.0 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 0.1.0 (latest)
released Oct 22nd 2014
This version is compatible with:
  • Puppet Enterprise >= 3.2.0 < 3.4.0
  • Puppet 3.x
  • , , ,

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'bflad-sevenzip', '0.1.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add bflad-sevenzip
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install bflad-sevenzip --version 0.1.0

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

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-zip
  • install 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