Forge Home

packer

Puppet module for installing Packer, the modern automated machine image creation tool.

617,626 downloads

7,774 latest version

4.6 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.9.19 (latest)
  • 0.9.18
  • 0.9.17
  • 0.9.16
  • 0.9.15
  • 0.9.14
  • 0.9.13
  • 0.9.12
  • 0.9.11
released May 12th 2018
This version is compatible with:
  • CentOS, Darwin, Debian, OpenBSD, RedHat, Ubuntu

Start using this module

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

Add this module to your Puppetfile:

mod 'counsyl-packer', '0.9.19'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add counsyl-packer
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install counsyl-packer --version 0.9.19

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
Tags: packer

Documentation

counsyl/packer — version 0.9.19 May 12th 2018

packer

This Puppet module installs the Packer software package from the official releases. To install Packer, just include this module in your manifests:

include ::packer

To uninstall Packer, set the ensure parameter to absent:

class { '::packer':
  ensure => absent,
}

By default, this module installs Packer into /usr/local/bin -- to have it go elsewhere, use the bin_dir parameter:

class { '::packer':
  bin_dir => '/opt/local/bin',
}

License

Apache License, Version 2.0

Contact

Counsyl opensource@counsyl.com

Support

Please log tickets and issues at https://github.com/counsyl/puppet-packer