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 a5cce1a commit 0f4031cCopy full SHA for 0f4031c
resources/pip.rb
@@ -25,3 +25,8 @@
25
attribute :timeout, :default => nil
26
attribute :virtualenv, :kind_of => String
27
attribute :options, :kind_of => String
28
+
29
+def initialize(*args)
30
+ super
31
+ @action = :install
32
+end
resources/virtualenv.rb
@@ -24,3 +24,8 @@
24
attribute :interpreter, :default => 'python2.6'
attribute :owner, :regex => Chef::Config[:user_valid_regex]
attribute :group, :regex => Chef::Config[:group_valid_regex]
+ @action = :create
0 commit comments