Skip to content

Commit b2b8e94

Browse files
committed
Add back the vagrant plugins array, but leave it empty
1 parent 3fa1295 commit b2b8e94

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

attributes/vagrant.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@
1919

2020
default['rs-cookbooks_ci']['vagrant']['url'] = 'https://dl.bintray.com/mitchellh/vagrant/vagrant_1.4.3_x86_64.deb'
2121
default['rs-cookbooks_ci']['vagrant']['checksum'] = 'dbd06de0f3560e2d046448d627bca0cbb0ee34b036ef605aa87ed20e6ad2684b'
22+
default['rs-cookbooks_ci']['vagrant']['plugins'] = []

recipes/vagrant.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,9 @@
3434
)
3535
not_if 'GEM_PATH=/var/lib/jenkins/.vagrant.d/gems gem list | grep nokogiri'
3636
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

Comments
 (0)