Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d8dd96 commit 3d13834Copy full SHA for 3d13834
resources/virtualenv.rb
@@ -21,7 +21,7 @@
21
actions :create, :delete
22
23
attribute :path, :kind_of => String, :name_attribute => true
24
-attribute :interpreter, :default => 'python2.6'
+attribute :interpreter, :default => 'python'
25
attribute :owner, :regex => Chef::Config[:user_valid_regex]
26
attribute :group, :regex => Chef::Config[:group_valid_regex]
27
attribute :options, :kind_of => String
0 commit comments