PackerFiles

A Ruby library that can generate various files required for packer to work in a consistent manner without having to manually edit those files. It is mostly used for creating full fledged VM Images that run on top of a hypervisor and not for cloud environments like Amazon or Digital ocean.

An approximate specification for Packer File generator is in PackerFile.rb file at the root directory

Installation

Add this line to your application's Gemfile:

gem 'PackerFiles'

And then execute:

$ bundle

Or install it yourself as:

$ gem install PackerFiles

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request