diaspora/chef/cookbooks/centos/recipes/main.rb

7 lines
172 B
Ruby

execute "say hello" do
command "echo welcome to diaspora chef"
end
include_recipe "centos::image_magick"
include_recipe "centos::mongo_db"
include_recipe "common::main"