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