Skip to content

Instantly share code, notes, and snippets.

@midu
Created December 5, 2011 21:43
Show Gist options
  • Select an option

  • Save midu/1435511 to your computer and use it in GitHub Desktop.

Select an option

Save midu/1435511 to your computer and use it in GitHub Desktop.
gem_package "scout" do
action :install
end
scout_key = `scout`
execute "crontab" do
run "crontab << EOF
* * * * * deploy /usr/bin/scout #{scout_key}
EOF"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment