Skip to content

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

License

Notifications You must be signed in to change notification settings

freelancersunion/puppet-hashi-configure

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Justin Bronn [email protected]

Support

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Puppet 100.0%