Skip to content
This repository was archived by the owner on Oct 2, 2018. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions providers/virtualenv.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def whyrun_supported?
execute "#{virtualenv_cmd}#{interpreter} #{new_resource.options} #{new_resource.path}" do
user new_resource.owner if new_resource.owner
group new_resource.group if new_resource.group
environment ({ 'HOME' => ::Dir.home(new_resource.owner) }) if new_resource.owner
end
new_resource.updated_by_last_action(true)
end
Expand Down