A vagrant plugin that allows registration with a Red Hat Network Satellite server as part of the provisioning process.
Install Vagrant first!
And then execute:
$ vagrant plugin install vagrant-rhn-satellite
Register with your satellite server:
Vagrant.configure("2") do |config|
config.satellite.script = 'https://satellite.example.com/pub/bootstrap/rhel6-x86_64.sh'
end
- Fork it ( https://github.com/brandocorp/vagrant-rhn-satellite/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request