Skip to content

Commit

Permalink
Merge pull request #132 from sanguis/GH-121
Browse files Browse the repository at this point in the history
adding source for the air gaped environment use case
  • Loading branch information
tas50 authored Jun 20, 2017
2 parents 9c9c37b + b31a403 commit 26643bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libraries/lvm.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,14 @@ def require_lvm_gems
package_name 'di-ruby-lvm-attrib'
action :remove
compile_time true
source node['lvm']['rubysource']
end

chef_gem "#{new_resource.name}_di-ruby-lvm_removal" do
package_name 'di-ruby-lvm'
action :remove
compile_time true
source node['lvm']['rubysource']
end
end

Expand Down

0 comments on commit 26643bd

Please sign in to comment.