Skip to content

Commit 41b1bf9

Browse files
committed
Shouldn't pull Poise in to a subclass of Execute.
This breaks things because it pulls in the DSL, and then the DSL's #user overwrites Execute#user (which is a delegator method).
1 parent bf0c37b commit 41b1bf9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/poise_python/resources/python_execute.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ class Resource < Chef::Resource::Execute
5454
# @see Resource
5555
# @provides python_execute
5656
class Provider < Chef::Provider::Execute
57-
include Poise
5857
include Chef::Mixin::Which
5958
provides(:python_execute)
6059

0 commit comments

Comments
 (0)