X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/fa944e2e8867e9f861c8da8535e856851b1c27e4..682e1fcdcb50f1cf42560a905512487c02dbdcb4:/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