Vagrant-Solaris10

Build Status Code Climate Coveralls RubyGems Gemnasium

Description

This is a Vagrant plugin for Solaris 10. As opossed to the default implementation of the Vagrant Solaris 10 plugin part of Vagrant, this implementation tries to avoid non Solaris tools or approaches, as the main target is a 'as pure as possible' Solaris 10 machine. This means most of the tools installed in the system will be default Solaris one and not GNU replacements. GNU replacements, when installed, are available as separate commands, straight from the installation packages.

The main machine this plugin is used with is my Solaris10 Packer build.

Installation

Install via Vagrant

$ vagrant plugin install vagrant-solaris10

To install from source code, first build via rake and then:

$ vagrant plugin install pkg/vagrant-solaris10-x.x.x.gem

Contributing

  1. Fork it ( https://github.com/tnarik/vagrant-solaris10/fork )
  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 a new Pull Request

Authors

  • Tnarik Innael (@tnarik)
  • Mitchell Hashimoto (@mitchellh) : portions of code used as base for capability implementation, from the original Vagrant plugins code (1.6.5->1.7.x). Specific attribution will appear per file/method.