Skip to content

Commit e1500e1

Browse files
committed
addded allowed actions
1 parent fe714fd commit e1500e1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

chef/lib/chef/resource/erl_call.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ def initialize(name, collection=nil, node=nil)
3535
@node_name = "chef@localhost" # the erlang node hostname
3636

3737
@action = "run"
38+
@allowed_actions.push(:run)
3839
end
3940

4041
def code(arg=nil)

0 commit comments

Comments
 (0)