Provide LWRP for managing StackStorm packs. * [ ] Support new `v2.1`+ [pack management](https://github.com/StackStorm/st2docs/pull/312) only * [ ] Actions * [ ] `:install` * [ ] `:remove` * [ ] `:register` * [ ] `:nothing` * [ ] ... * [ ] Ability to configure pack [`<pack_name>.yaml`](https://docs.stackstorm.com/reference/pack_configs.html) settings Example: ```rb st2_pack 'github' do action :install ... end ``` ----- Related examples: - https://github.com/poise/poise-python#python_package - https://github.com/chef-cookbooks/php#examples-1 - https://github.com/chef-cookbooks/docker#docker_image Hints: - https://docs.chef.io/custom_resources.html - http://chef.readthedocs.io/en/latest/lwrps_custom.html - https://github.com/jhotta/chef-fundamentals-ja/blob/master/slides/lwrp-introduction/01_slide.md
Provide LWRP for managing StackStorm packs.
v2.1+ pack management only:install:remove:register:nothing<pack_name>.yamlsettingsExample:
Related examples:
Hints: