packer
Puppet module for installing Packer, the modern automated machine image creation tool.
Version information
released May 12th 2018
This version is compatible with:
- CentOS, Darwin, Debian, OpenBSD, RedHat, Ubuntu
Start using this module
Add this module to your Puppetfile:
mod 'counsyl-packer', '0.9.19'
Learn more about managing modules with a PuppetfileDocumentation
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
0.9.19 (05/12/2018)
IMPROVEMENTS:
- Update default version to 1.2.3 (Alan McGinlay).
0.9.18 (07/05/2016)
IMPROVEMENTS:
- Change Packer download URL via Joshua Spence (GH-7)
0.9.17 (08/12/2015)
IMPROVEMENTS:
- Upgrade to Packer 0.8.5.
- Improve parameter validation.
- Validate SSL certificate for HTTPS downloads by default.
- Improve version checking by using
packer --version
on 0.8.0+.
0.9.16 (06/27/2015)
IMPROVEMENTS:
- Upgrade to Packer 0.8.0.
BUG FIXES:
- Fix version checking exec to not stall when there's a Packer update.
- Don't backup files removed when
ensure => absent
.
0.9.15 (05/08/2015)
BUG FIXES:
- Fix soft-tab linting issues via Dougal Scott (GH-4)
- Fix version detection exec via William Hutson (GH-3)
0.9.14 (01/06/2015)
IMPROVEMENTS:
- Upgrade to Packer 0.7.5.
Dependencies
- counsyl/sys (>= 0.9.18 <2.0.0)
Copyright 2013-2016 Counsyl, Inc. 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.