vagrant-lxc-ng/example/cookbooks/hello-world/recipes/default.rb

5 lines
79 B
Ruby

execute "hello world" do
command "echo 'Hello from Chef!'"
action :run
end