vagrant-puppet-install 5.0.0 → 6.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +0 -1
- data/.travis.yml +1 -1
- data/Gemfile +2 -2
- data/Gemfile.lock +225 -0
- data/README.md +0 -5
- data/lib/vagrant-puppet-install/action/install_puppet.rb +3 -1
- data/lib/vagrant-puppet-install/version.rb +1 -1
- data/vagrant-puppet-install.gemspec +3 -4
- metadata +14 -28
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c8e4e297ff4fde97096077f301620439726631d0
|
4
|
+
data.tar.gz: 5020d278996330741966371405742c8e39d99cd7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c3eb7a2276f286d74d4a2e06a7c1819225f273f232105ac3182cb34964b0e87d8695d9124a033b7a1f3bd92535fb3e842c841f195a3fa90980eae66206847908
|
7
|
+
data.tar.gz: bf58dd73d1ac9f5bd06e15c46d8ce405232e28d1d8ed938a686c23402ff85fe12088f7510f42b056e0ec8fb35ceb04d6b3fd4ce7c6772ba31b5edccbd4e44196
|
data/.gitignore
CHANGED
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 'vagrant', git: 'https://github.com/mitchellh/vagrant.git', tag: '
|
9
|
+
gem 'vagrant', git: 'https://github.com/mitchellh/vagrant.git', tag: 'v2.2.4'
|
10
10
|
end
|
11
11
|
|
12
12
|
group :acceptance do
|
@@ -17,7 +17,7 @@ group :acceptance do
|
|
17
17
|
end
|
18
18
|
|
19
19
|
group :docs do
|
20
|
-
gem 'yard', '~> 0.
|
20
|
+
gem 'yard', '~> 0.9.11'
|
21
21
|
gem 'redcarpet', '~> 2.2.2'
|
22
22
|
gem 'github-markup', '~> 0.7.5'
|
23
23
|
end
|
data/Gemfile.lock
ADDED
@@ -0,0 +1,225 @@
|
|
1
|
+
GIT
|
2
|
+
remote: https://github.com/mitchellh/vagrant.git
|
3
|
+
revision: 25e11650c3c6b1a2d461ef055aabacb8562b265b
|
4
|
+
tag: v2.2.4
|
5
|
+
specs:
|
6
|
+
vagrant (2.2.4)
|
7
|
+
bcrypt_pbkdf (~> 1.0.0)
|
8
|
+
childprocess (~> 0.6.0)
|
9
|
+
ed25519 (~> 1.2.4)
|
10
|
+
erubis (~> 2.7.0)
|
11
|
+
hashicorp-checkpoint (~> 0.1.5)
|
12
|
+
i18n (~> 1.1.1)
|
13
|
+
listen (~> 3.1.5)
|
14
|
+
log4r (~> 1.1.9, < 1.1.11)
|
15
|
+
net-scp (~> 1.2.0)
|
16
|
+
net-sftp (~> 2.1)
|
17
|
+
net-ssh (~> 5.1.0)
|
18
|
+
rb-kqueue (~> 0.2.0)
|
19
|
+
rest-client (>= 1.6.0, < 3.0)
|
20
|
+
ruby_dep (<= 1.3.1)
|
21
|
+
rubyzip (~> 1.2.2)
|
22
|
+
vagrant_cloud (~> 2.0.2)
|
23
|
+
wdm (~> 0.1.0)
|
24
|
+
winrm (~> 2.1)
|
25
|
+
winrm-elevated (~> 1.1)
|
26
|
+
winrm-fs (~> 1.0)
|
27
|
+
|
28
|
+
PATH
|
29
|
+
remote: .
|
30
|
+
specs:
|
31
|
+
vagrant-puppet-install (6.0.0)
|
32
|
+
|
33
|
+
GEM
|
34
|
+
remote: https://rubygems.org/
|
35
|
+
specs:
|
36
|
+
addressable (2.6.0)
|
37
|
+
public_suffix (>= 2.0.2, < 4.0)
|
38
|
+
ast (2.4.0)
|
39
|
+
bcrypt_pbkdf (1.0.1)
|
40
|
+
builder (3.2.3)
|
41
|
+
childprocess (0.6.3)
|
42
|
+
ffi (~> 1.0, >= 1.0.11)
|
43
|
+
coderay (1.1.2)
|
44
|
+
concurrent-ruby (1.1.5)
|
45
|
+
descendants_tracker (0.0.4)
|
46
|
+
thread_safe (~> 0.3, >= 0.3.1)
|
47
|
+
diff-lcs (1.3)
|
48
|
+
domain_name (0.5.20180417)
|
49
|
+
unf (>= 0.0.5, < 1.0.0)
|
50
|
+
ed25519 (1.2.4)
|
51
|
+
erubis (2.7.0)
|
52
|
+
excon (0.28.0)
|
53
|
+
faraday (0.15.4)
|
54
|
+
multipart-post (>= 1.2, < 3)
|
55
|
+
ffi (1.10.0)
|
56
|
+
fog (1.18.0)
|
57
|
+
builder
|
58
|
+
excon (~> 0.28.0)
|
59
|
+
formatador (~> 0.2.0)
|
60
|
+
mime-types
|
61
|
+
multi_json (~> 1.0)
|
62
|
+
net-scp (~> 1.1)
|
63
|
+
net-ssh (>= 2.1.3)
|
64
|
+
nokogiri (~> 1.5)
|
65
|
+
ruby-hmac
|
66
|
+
formatador (0.2.5)
|
67
|
+
github-markup (0.7.5)
|
68
|
+
github_api (0.18.2)
|
69
|
+
addressable (~> 2.4)
|
70
|
+
descendants_tracker (~> 0.0.4)
|
71
|
+
faraday (~> 0.8)
|
72
|
+
hashie (~> 3.5, >= 3.5.2)
|
73
|
+
oauth2 (~> 1.0)
|
74
|
+
github_changelog_generator (1.13.2)
|
75
|
+
github_api (>= 0.14)
|
76
|
+
rainbow (>= 2.1)
|
77
|
+
rake (>= 10.0)
|
78
|
+
gssapi (1.2.0)
|
79
|
+
ffi (>= 1.0.1)
|
80
|
+
gyoku (1.3.1)
|
81
|
+
builder (>= 2.1.2)
|
82
|
+
hashicorp-checkpoint (0.1.5)
|
83
|
+
hashie (3.6.0)
|
84
|
+
http-cookie (1.0.3)
|
85
|
+
domain_name (~> 0.5)
|
86
|
+
httpclient (2.8.3)
|
87
|
+
i18n (1.1.1)
|
88
|
+
concurrent-ruby (~> 1.0)
|
89
|
+
json (2.2.0)
|
90
|
+
jwt (2.1.0)
|
91
|
+
listen (3.1.5)
|
92
|
+
rb-fsevent (~> 0.9, >= 0.9.4)
|
93
|
+
rb-inotify (~> 0.9, >= 0.9.7)
|
94
|
+
ruby_dep (~> 1.2)
|
95
|
+
little-plugger (1.1.4)
|
96
|
+
log4r (1.1.10)
|
97
|
+
logging (2.2.2)
|
98
|
+
little-plugger (~> 1.1)
|
99
|
+
multi_json (~> 1.10)
|
100
|
+
method_source (0.9.2)
|
101
|
+
micromachine (1.1.0)
|
102
|
+
mime-types (3.2.2)
|
103
|
+
mime-types-data (~> 3.2015)
|
104
|
+
mime-types-data (3.2019.0331)
|
105
|
+
mini_portile2 (2.4.0)
|
106
|
+
multi_json (1.13.1)
|
107
|
+
multi_xml (0.6.0)
|
108
|
+
multipart-post (2.0.0)
|
109
|
+
net-scp (1.2.1)
|
110
|
+
net-ssh (>= 2.6.5)
|
111
|
+
net-sftp (2.1.2)
|
112
|
+
net-ssh (>= 2.6.5)
|
113
|
+
net-ssh (5.1.0)
|
114
|
+
netrc (0.11.0)
|
115
|
+
nokogiri (1.10.2)
|
116
|
+
mini_portile2 (~> 2.4.0)
|
117
|
+
nori (2.6.0)
|
118
|
+
oauth2 (1.4.1)
|
119
|
+
faraday (>= 0.8, < 0.16.0)
|
120
|
+
jwt (>= 1.0, < 3.0)
|
121
|
+
multi_json (~> 1.3)
|
122
|
+
multi_xml (~> 0.5)
|
123
|
+
rack (>= 1.2, < 3)
|
124
|
+
parallel (1.17.0)
|
125
|
+
parser (2.6.2.1)
|
126
|
+
ast (~> 2.4.0)
|
127
|
+
powerpack (0.1.2)
|
128
|
+
pry (0.11.3)
|
129
|
+
coderay (~> 1.1.0)
|
130
|
+
method_source (~> 0.9.0)
|
131
|
+
public_suffix (3.0.3)
|
132
|
+
rack (2.0.7)
|
133
|
+
rainbow (2.2.2)
|
134
|
+
rake
|
135
|
+
rake (10.1.1)
|
136
|
+
rb-fsevent (0.10.3)
|
137
|
+
rb-inotify (0.10.0)
|
138
|
+
ffi (~> 1.0)
|
139
|
+
rb-kqueue (0.2.5)
|
140
|
+
ffi (>= 0.5.0)
|
141
|
+
redcarpet (2.2.2)
|
142
|
+
rest-client (2.0.2)
|
143
|
+
http-cookie (>= 1.0.2, < 2.0)
|
144
|
+
mime-types (>= 1.16, < 4.0)
|
145
|
+
netrc (~> 0.8)
|
146
|
+
rspec (2.14.1)
|
147
|
+
rspec-core (~> 2.14.0)
|
148
|
+
rspec-expectations (~> 2.14.0)
|
149
|
+
rspec-mocks (~> 2.14.0)
|
150
|
+
rspec-core (2.14.8)
|
151
|
+
rspec-expectations (2.14.5)
|
152
|
+
diff-lcs (>= 1.1.3, < 2.0)
|
153
|
+
rspec-mocks (2.14.6)
|
154
|
+
rubocop (0.49.1)
|
155
|
+
parallel (~> 1.10)
|
156
|
+
parser (>= 2.3.3.1, < 3.0)
|
157
|
+
powerpack (~> 0.1)
|
158
|
+
rainbow (>= 1.99.1, < 3.0)
|
159
|
+
ruby-progressbar (~> 1.7)
|
160
|
+
unicode-display_width (~> 1.0, >= 1.0.1)
|
161
|
+
ruby-hmac (0.4.0)
|
162
|
+
ruby-progressbar (1.10.0)
|
163
|
+
ruby_dep (1.3.1)
|
164
|
+
rubyntlm (0.6.2)
|
165
|
+
rubyzip (1.2.2)
|
166
|
+
thread_safe (0.3.6)
|
167
|
+
unf (0.1.4)
|
168
|
+
unf_ext
|
169
|
+
unf_ext (0.0.7.5)
|
170
|
+
unicode-display_width (1.5.0)
|
171
|
+
vagrant-aws (0.4.1)
|
172
|
+
fog (~> 1.18.0)
|
173
|
+
vagrant-digitalocean (0.5.5)
|
174
|
+
faraday (>= 0.8.6)
|
175
|
+
json
|
176
|
+
log4r
|
177
|
+
vagrant-rackspace (0.1.8)
|
178
|
+
fog (~> 1.18)
|
179
|
+
vagrant-vbguest (0.11.0)
|
180
|
+
i18n
|
181
|
+
log4r
|
182
|
+
micromachine (~> 1.1.0)
|
183
|
+
vagrant_cloud (2.0.2)
|
184
|
+
rest-client (~> 2.0.2)
|
185
|
+
wdm (0.1.1)
|
186
|
+
winrm (2.3.1)
|
187
|
+
builder (>= 2.1.2)
|
188
|
+
erubis (~> 2.7)
|
189
|
+
gssapi (~> 1.2)
|
190
|
+
gyoku (~> 1.0)
|
191
|
+
httpclient (~> 2.2, >= 2.2.0.2)
|
192
|
+
logging (>= 1.6.1, < 3.0)
|
193
|
+
nori (~> 2.0)
|
194
|
+
rubyntlm (~> 0.6.0, >= 0.6.1)
|
195
|
+
winrm-elevated (1.1.1)
|
196
|
+
winrm (~> 2.0)
|
197
|
+
winrm-fs (~> 1.0)
|
198
|
+
winrm-fs (1.3.2)
|
199
|
+
erubis (~> 2.7)
|
200
|
+
logging (>= 1.6.1, < 3.0)
|
201
|
+
rubyzip (~> 1.1)
|
202
|
+
winrm (~> 2.0)
|
203
|
+
yard (0.9.19)
|
204
|
+
|
205
|
+
PLATFORMS
|
206
|
+
ruby
|
207
|
+
|
208
|
+
DEPENDENCIES
|
209
|
+
github-markup (~> 0.7.5)
|
210
|
+
github_changelog_generator (~> 1.13.1)
|
211
|
+
pry (~> 0.11.3)
|
212
|
+
rake (~> 10.1.1)
|
213
|
+
redcarpet (~> 2.2.2)
|
214
|
+
rspec (~> 2.14.1)
|
215
|
+
rubocop (~> 0.49.0)
|
216
|
+
vagrant!
|
217
|
+
vagrant-aws (~> 0.4.0)
|
218
|
+
vagrant-digitalocean (~> 0.5.3)
|
219
|
+
vagrant-puppet-install!
|
220
|
+
vagrant-rackspace (~> 0.1.4)
|
221
|
+
vagrant-vbguest (~> 0.11.0)
|
222
|
+
yard (~> 0.9.11)
|
223
|
+
|
224
|
+
BUNDLED WITH
|
225
|
+
2.0.1
|
data/README.md
CHANGED
@@ -2,14 +2,9 @@
|
|
2
2
|
|
3
3
|
[![Gem Version](http://img.shields.io/gem/v/vagrant-puppet-install.svg)][gem]
|
4
4
|
[![Build Status](http://img.shields.io/travis/petems/vagrant-puppet-install.svg)][travis]
|
5
|
-
[![Dependency Status](http://img.shields.io/gemnasium/petems/vagrant-puppet-install.svg)][gemnasium]
|
6
|
-
[![Code Climate](http://img.shields.io/codeclimate/github/petems/vagrant-puppet-install.svg)][codeclimate]
|
7
5
|
|
8
6
|
[gem]: https://rubygems.org/gems/vagrant-puppet-install
|
9
7
|
[travis]: http://travis-ci.org/petems/vagrant-puppet-install
|
10
|
-
[gemnasium]: https://gemnasium.com/petems/vagrant-puppet-install
|
11
|
-
[codeclimate]: https://codeclimate.com/github/petems/vagrant-puppet-install
|
12
|
-
|
13
8
|
|
14
9
|
A Vagrant plugin that ensures the desired version of Puppet is installed via the
|
15
10
|
Puppet Labs package repo. This proves very useful when using Vagrant
|
@@ -63,7 +63,9 @@ module VagrantPlugins
|
|
63
63
|
elsif windows_guest?
|
64
64
|
# No Windows Version yet
|
65
65
|
else
|
66
|
-
if @machine.config.puppet_install.puppet_version == 'latest' || @machine.config.puppet_install.puppet_version.match(/^
|
66
|
+
if @machine.config.puppet_install.puppet_version == 'latest' || @machine.config.puppet_install.puppet_version.match(/^6\..+/)
|
67
|
+
'https://raw.githubusercontent.com/petems/puppet-install-shell/master/install_puppet_6_agent.sh'
|
68
|
+
if @machine.config.puppet_install.puppet_version.match(/^5\..+/)
|
67
69
|
'https://raw.githubusercontent.com/petems/puppet-install-shell/master/install_puppet_5_agent.sh'
|
68
70
|
elsif @machine.config.puppet_install.puppet_version.match(/^4\..+/)
|
69
71
|
'https://raw.githubusercontent.com/petems/puppet-install-shell/master/install_puppet_agent.sh'
|
@@ -18,10 +18,9 @@ Gem::Specification.new do |spec|
|
|
18
18
|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
19
19
|
spec.require_paths = ['lib']
|
20
20
|
|
21
|
-
spec.add_development_dependency 'bundler', '~> 1.3'
|
22
21
|
spec.add_development_dependency 'rake', '~> 10.1.1'
|
23
22
|
spec.add_development_dependency 'rspec', '~> 2.14.1'
|
24
|
-
spec.add_development_dependency 'rubocop', '~> 0.
|
25
|
-
spec.add_development_dependency 'pry'
|
26
|
-
spec.add_development_dependency 'github_changelog_generator'
|
23
|
+
spec.add_development_dependency 'rubocop', '~> 0.49.0'
|
24
|
+
spec.add_development_dependency 'pry', '~> 0.11.3'
|
25
|
+
spec.add_development_dependency 'github_changelog_generator', '~> 1.13.1'
|
27
26
|
end
|
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:
|
4
|
+
version: 6.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Seth Chisamore
|
@@ -10,22 +10,8 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date:
|
13
|
+
date: 2019-04-07 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
|
-
- !ruby/object:Gem::Dependency
|
16
|
-
name: bundler
|
17
|
-
requirement: !ruby/object:Gem::Requirement
|
18
|
-
requirements:
|
19
|
-
- - "~>"
|
20
|
-
- !ruby/object:Gem::Version
|
21
|
-
version: '1.3'
|
22
|
-
type: :development
|
23
|
-
prerelease: false
|
24
|
-
version_requirements: !ruby/object:Gem::Requirement
|
25
|
-
requirements:
|
26
|
-
- - "~>"
|
27
|
-
- !ruby/object:Gem::Version
|
28
|
-
version: '1.3'
|
29
15
|
- !ruby/object:Gem::Dependency
|
30
16
|
name: rake
|
31
17
|
requirement: !ruby/object:Gem::Requirement
|
@@ -60,42 +46,42 @@ dependencies:
|
|
60
46
|
requirements:
|
61
47
|
- - "~>"
|
62
48
|
- !ruby/object:Gem::Version
|
63
|
-
version: 0.
|
49
|
+
version: 0.49.0
|
64
50
|
type: :development
|
65
51
|
prerelease: false
|
66
52
|
version_requirements: !ruby/object:Gem::Requirement
|
67
53
|
requirements:
|
68
54
|
- - "~>"
|
69
55
|
- !ruby/object:Gem::Version
|
70
|
-
version: 0.
|
56
|
+
version: 0.49.0
|
71
57
|
- !ruby/object:Gem::Dependency
|
72
58
|
name: pry
|
73
59
|
requirement: !ruby/object:Gem::Requirement
|
74
60
|
requirements:
|
75
|
-
- - "
|
61
|
+
- - "~>"
|
76
62
|
- !ruby/object:Gem::Version
|
77
|
-
version:
|
63
|
+
version: 0.11.3
|
78
64
|
type: :development
|
79
65
|
prerelease: false
|
80
66
|
version_requirements: !ruby/object:Gem::Requirement
|
81
67
|
requirements:
|
82
|
-
- - "
|
68
|
+
- - "~>"
|
83
69
|
- !ruby/object:Gem::Version
|
84
|
-
version:
|
70
|
+
version: 0.11.3
|
85
71
|
- !ruby/object:Gem::Dependency
|
86
72
|
name: github_changelog_generator
|
87
73
|
requirement: !ruby/object:Gem::Requirement
|
88
74
|
requirements:
|
89
|
-
- - "
|
75
|
+
- - "~>"
|
90
76
|
- !ruby/object:Gem::Version
|
91
|
-
version:
|
77
|
+
version: 1.13.1
|
92
78
|
type: :development
|
93
79
|
prerelease: false
|
94
80
|
version_requirements: !ruby/object:Gem::Requirement
|
95
81
|
requirements:
|
96
|
-
- - "
|
82
|
+
- - "~>"
|
97
83
|
- !ruby/object:Gem::Version
|
98
|
-
version:
|
84
|
+
version: 1.13.1
|
99
85
|
description: A Vagrant plugin that ensures the desired version of Puppet is installed
|
100
86
|
via the Puppet Labs package repos.
|
101
87
|
email:
|
@@ -113,6 +99,7 @@ files:
|
|
113
99
|
- ".yardopts"
|
114
100
|
- CHANGELOG.md
|
115
101
|
- Gemfile
|
102
|
+
- Gemfile.lock
|
116
103
|
- LICENSE
|
117
104
|
- README.md
|
118
105
|
- Rakefile
|
@@ -153,7 +140,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
153
140
|
version: '0'
|
154
141
|
requirements: []
|
155
142
|
rubyforge_project:
|
156
|
-
rubygems_version: 2.6.
|
143
|
+
rubygems_version: 2.6.14.3
|
157
144
|
signing_key:
|
158
145
|
specification_version: 4
|
159
146
|
summary: A Vagrant plugin that ensures the desired version of Puppet is installed
|
@@ -169,4 +156,3 @@ test_files:
|
|
169
156
|
- test/unit/spec_helper.rb
|
170
157
|
- test/unit/vagrant-puppet-install/config_spec.rb
|
171
158
|
- test/unit/vagrant-puppet-install/plugin_spec.rb
|
172
|
-
has_rdoc:
|