Version information
released Nov 2nd 2022
This version is compatible with:
- CentOS, Darwin, Debian, RedHat, Ubuntu
Start using this module
Add this module to your Puppetfile:
mod 'counsyl-vagrant', '0.9.23'
Learn more about managing modules with a PuppetfileDocumentation
counsyl/vagrant — version 0.9.23 Nov 2nd 2022
vagrant
This Puppet module installs the Vagrant software package from the releases provided by the Vagrant downloads page.
To install vagrant, simply use the following in your manifests:
include vagrant
To install a Vagrant plugin,
use the vagrant::plugin
defined type. For example, to install the
vagrant-windows
plugin, you'd
use the following in your manifest:
vagrant::plugin { 'vagrant-windows': }
License
Apache License, Version 2.0
Contact
Justin Bronn justin@counsyl.com
Support
Please log tickets and issues at https://github.com/counsyl/puppet-vagrant
0.9.23 (11/02/2022)
IMPROVEMENTS:
- Support new Vagrant package versioning (Jakov Sosic).
0.9.22 (11/11/2019)
IMPROVEMENTS:
- Upgrade vagrant if different than configured version (Jakov Sosic).
0.9.21 (07/28/2019)
IMPROVEMENTS:
- Upgrade to Vagrant 2.2.5 (Jakov Sosic).
- Use newer
lookup
function (Jakov Sosic).
0.9.20 (08/18/2017)
IMPROVEMENTS:
- Upgrade to Vagrant 1.9.7.
BUG FIXES:
- Allow version to be specified via Hiera and update package name correctly.
0.9.19 (08/18/2015)
IMPROVEMENTS:
- Upgrade to Vagrant 1.7.4.
BUG FIXES:
- Fixed linting issues.
Dependencies
- counsyl/sys (>= 0.9.15 <2.0.0)
Copyright 2013-2015 Counsyl, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.