Files
chef/roles/sockethub.rb

11 lines
143 B
Ruby
Raw Permalink Normal View History

2021-07-14 10:14:28 +02:00
name "sockethub"
2022-03-18 11:47:51 -06:00
default_attributes 'sockethub' => {
'version' => '5.0.0-alpha.1'
}
2021-07-14 10:14:28 +02:00
run_list %w(
sockethub::default
sockethub::proxy
)