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.
2 parents 3d8dd96 + 3d13834 commit b5d0065Copy full SHA for b5d0065
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