Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@billmoritz
Created July 14, 2013 11:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save billmoritz/5994002 to your computer and use it in GitHub Desktop.
Save billmoritz/5994002 to your computer and use it in GitHub Desktop.
hipchat_arguments = [ "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", "My Room" ]
include_recipe "hipchat"
chef_handler "HipChat::NotifyRoom" do
source "#{Gem::Specification.find_by_name("hipchat").lib_dirs_glob}/hipchat/chef.rb"
arguments hipchat_arguments
action :enable
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment