We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fa1295 commit b2b8e94Copy full SHA for b2b8e94
attributes/vagrant.rb
@@ -19,3 +19,4 @@
19
20
default['rs-cookbooks_ci']['vagrant']['url'] = 'https://dl.bintray.com/mitchellh/vagrant/vagrant_1.4.3_x86_64.deb'
21
default['rs-cookbooks_ci']['vagrant']['checksum'] = 'dbd06de0f3560e2d046448d627bca0cbb0ee34b036ef605aa87ed20e6ad2684b'
22
+default['rs-cookbooks_ci']['vagrant']['plugins'] = []
recipes/vagrant.rb
@@ -34,3 +34,9 @@
34
)
35
not_if 'GEM_PATH=/var/lib/jenkins/.vagrant.d/gems gem list | grep nokogiri'
36
end
37
+
38
+node['rs-cookbooks_ci']['vagrant']['plugins'].each do |plug_name|
39
+ vagrant_plugin plug_name do
40
+ user 'jenkins'
41
+ end
42
+end
0 commit comments