chef/roles/sockethub.rb

11 lines
143 B
Ruby

name "sockethub"
default_attributes 'sockethub' => {
'version' => '5.0.0-alpha.1'
}
run_list %w(
sockethub::default
sockethub::proxy
)