vagrant-puppet-install 2.6.0 → 2.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.travis.yml +3 -3
- data/Gemfile +1 -1
- data/lib/vagrant-puppet-install/action/install_puppet.rb +1 -1
- data/lib/vagrant-puppet-install/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6278410fd5571374a78f0d9d3df000067fe16ae2
|
|
4
|
+
data.tar.gz: e53c78bd89cbe5e9b25ea6dc87f1ad851f0f58f2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7e769244db972e41338de621546933df3b4169afa1fb30cc914db65634ea0f9f26cea83880681d71c6b768b6ca17a8b64381078ae87fa2cfa3002aa852bcd049
|
|
7
|
+
data.tar.gz: 69e594cf65587973de5dc8ae6a260f10987c0796a8a087811297d2f4c5638663637f383c7b8fb61142e2c9ea3783d7bb873577fb84244145d872b48ea43c33f0
|
data/.travis.yml
CHANGED
data/Gemfile
CHANGED
|
@@ -6,7 +6,7 @@ group :development do
|
|
|
6
6
|
# We depend on Vagrant for development, but we don't add it as a
|
|
7
7
|
# gem dependency because we expect to be installed within the
|
|
8
8
|
# Vagrant environment itself using `vagrant plugin`.
|
|
9
|
-
gem
|
|
9
|
+
gem 'vagrant', git: 'git://github.com/mitchellh/vagrant.git', ref: 'bb22a37ed1989403e25e889d913b512090a5737f'
|
|
10
10
|
end
|
|
11
11
|
|
|
12
12
|
group :acceptance do
|
|
@@ -62,7 +62,7 @@ module VagrantPlugins
|
|
|
62
62
|
if windows_guest?
|
|
63
63
|
# No Windows Version yet
|
|
64
64
|
else
|
|
65
|
-
'https://
|
|
65
|
+
'https://raw.githubusercontent.com/petems/puppet-install-shell/master/install_puppet.sh'
|
|
66
66
|
end
|
|
67
67
|
end
|
|
68
68
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vagrant-puppet-install
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.7.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Seth Chisamore
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2014-
|
|
13
|
+
date: 2014-11-21 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: bundler
|
|
@@ -123,7 +123,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
123
123
|
version: '0'
|
|
124
124
|
requirements: []
|
|
125
125
|
rubyforge_project:
|
|
126
|
-
rubygems_version: 2.
|
|
126
|
+
rubygems_version: 2.4.1
|
|
127
127
|
signing_key:
|
|
128
128
|
specification_version: 4
|
|
129
129
|
summary: A Vagrant plugin that ensures the desired version of Puppet is installed
|