X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/eecaf26698348adf3d3b64ea680ad82f959a5ae4..5e03c3b52f7d715266f5b68a3b4e4e8c6e97c1f3:/cookbooks/python/resources/virtualenv.rb diff --git a/cookbooks/python/resources/virtualenv.rb b/cookbooks/python/resources/virtualenv.rb index 6f07fd895..8b1391761 100644 --- a/cookbooks/python/resources/virtualenv.rb +++ b/cookbooks/python/resources/virtualenv.rb @@ -17,6 +17,8 @@ # limitations under the License. # +unified_mode true + default_action :create property :virtualenv_directory, :kind_of => String, :name_property => true