packer

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

618,041 downloads

7,934 latest version

4.6 quality score

Support the Puppet Community by contributing to this module

You are welcome to contribute to this module by suggesting new features, currency updates, or fixes. Every contribution is valuable to help ensure that the module remains compatible with the latest Puppet versions and continues to meet community needs. Complete the following steps:

  1. Review the module’s contribution guidelines and any licenses. Ensure that your planned contribution aligns with the author’s standards and any legal requirements.
  2. Fork the repository on GitHub, make changes on a branch of your fork, and submit a pull request. The pull request must clearly document your proposed change.

For questions about updating the module, contact the module’s author.

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