diff options
Diffstat (limited to 'lib/chef/resource/python.rb')
-rw-r--r-- | lib/chef/resource/python.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/python.rb b/lib/chef/resource/python.rb index 3e9930ecab..5c120d7d27 100644 --- a/lib/chef/resource/python.rb +++ b/lib/chef/resource/python.rb @@ -21,7 +21,7 @@ require 'chef/provider/script' class Chef class Resource class Python < Chef::Resource::Script - resource_name :python + use_automatic_resource_name def initialize(name, run_context=nil) super |