StackStorm / chef-stackstorm

DEPRECATED! Community-maintained Chef Cookbook to deploy StackStorm, IFTTT for Ops
https://supermarket.chef.io/cookbooks/stackstorm
Apache License 2.0
16 stars 10 forks source link

LWRP for st2 pack install #43

Open arm4b opened 7 years ago

arm4b commented 7 years ago

Provide LWRP for managing StackStorm packs.

Example:

st2_pack 'github' do
  action :install
  ...
end

Related examples:

Hints:

shortdudey123 commented 7 years ago

For the settings, they can be a hash attribute on the LWRP, or a separate LWRP Personally i would say the hash attribute though