-
An example in a library: https://github.com/elastic/cookbook-elasticsearch/blob/master/libraries/install_plugin.rb#L49.
```
# in the provider
notifies :restart, 'service[elasticsearch]'
# in the rec…
-
Those options are not supported yet [as part of a container config LWRP](https://github.com/hw-cookbooks/lxc/blob/master/resources/config.rb), they provide vital support for lxc and cookbook debbuging…
-
Make the LWRP smarter to allow URLs and paths to certificates so that it is not necessary to add them as cookbook files (which breaks the concept of a library cookbook for windev)
-
If you are interested, i could create a pull request with rake tooling to create the README.md documentation using `knife cookbook doc`. The nice thing about that is, that you annotate and comment and…
-
For a built-RP, LWRP, URP project, after importing the MTE package a lot of shader error will occur, which should be avoided. At lease these errors shouldn't have a bad influence on normal functions o…
-
The term 'propectors' was deprecated and is being replaced with 'inputs'.
The LWRP's need to accommodate this change.
-
Moving the tracking of http://tickets.opscode.com/browse/COOK-3108 here.
Currently the Zenpack LWRP doesn't allow you to upgrade an already installed ZenPack. Upgrading installed ZenPacks is not all …
-
Cookbook mysql moved from recepies to LWRP, that is why in default.rb you need to change
`include_recipe "mysql::client" if node[:sphinx][:use_mysql]`
to something like this:
```
mysql_client 'defa…
-
It would be nice to have an LWRP for installing additional locales without setting them.
This would be useful when using phps setlocale, to format dates etc.
-
Similar problem to https://github.com/chef/cheffish/issues/83 but this time with chef_group lwrp.
On subsequent runs it keeps reporting its removing orgname for this group.
```
* chef_group[noc] a…