Version information
released Aug 26th 2013
Start using this module
Add this module to your Puppetfile:
mod 'shr3kst3r-vagrant', '0.0.5'
Learn more about managing modules with a PuppetfileDocumentation
shr3kst3r/vagrant — version 0.0.5 Aug 26th 2013
Vagrant module for Puppet
This module installs vagrant 1.2.7 from http://downloads.vagrantup.com/.
Description
This module uses $::operatingsystem and $::architecture to determine what package to install.
NOTE: For versions other then 1.2.7 you need both the git hash and the version number for the vagrant download. The way to figure out what this hash is, go to downloads.vagrantup.com, select the version you want to install, look at the URL and it will be of the form http://files.vagrantup.com/packages/${git_hash}/the_package.rpm, and you want the hash from that URL. See the last example below.
Currently supports:
- CentOS and Redhat (i386 and x86)
- Ubuntu and Debian (i386 and x86)
- Windows
- Darwin
Usage
Install 1.2.7
include vagrant
Install 1.2.2
class { 'vagrant':
git_hash => '7e400d00a3c5a0fdf2809c8b5001a035415a607b',
version => '1.2.2'
}
The MIT License (MIT) Copyright (c) 2013 Dennis Rowe Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.