5 lines
79 B
Ruby
5 lines
79 B
Ruby
|
execute "hello world" do
|
||
|
command "echo 'Hello from Chef!'"
|
||
|
action :run
|
||
|
end
|