Skip to content
#

cookbook

Here are 494 public repositories matching this topic...

WadeShuler
WadeShuler commented Feb 21, 2017

One of the issues I have just ran into, is using Yii2 to create a REST API. The official docs lack in this area (and many others). It takes into account, assumptions, that you know where things go. While I have used Yii2 for a while, it still would be nice to get the full story, instead of bits and pieces and having to find the rest. The docs say "Implement xxx", but doesn't tell you how, so we ha

ramda-adjunct
char0n
char0n commented Mar 14, 2020

Is your feature request related to a problem? Please describe.

R.filter doesn't expose index to the predicate function. Let's create a function that does and call it filterIndexed.

Describe the solution you'd like

filterIndexed((v, idx) => idx === 0, [1, 2, 3); // => [1]

Possible implementation

const filterIndexed = R.addInd
RupertExact
RupertExact commented Jan 28, 2019

Cookbook version

Latest

Chef-client version

N/A

Platform Details

N/A

Scenario:

SSM parameters are super useful as a K/V store for secrets and configuration data. It enables centralization of this data outside of the Chef environment where it can be re-used for other purposes and means we don't have to maintain mutiple copies of data that we would otherwise have to put

jesa-esrich
jesa-esrich commented Dec 13, 2018

The code which was added at release 2.3.1 will throw errors when run with a domain user. (code snippet below).

  1. In the resulting CHEF logs you can see that he tries to copy the rabbitmq file to C:\Users\DOMAIN\User\AppData\Roaming\RabbitMQ, which does not exist.

  2. Remove everything under C:\ProgramData\Esri\GeoEvent-Gateway does not work. It recognizes e.g. that the folder is not empty,

haidangwa
haidangwa commented Jul 20, 2017

Cookbook version

8.1.7

Chef-client version

12.14.89

Platform Details

Redhat and CentOS 6 & 7

Scenario:

After log rotation with logrotated, the postrotate option in this cookbook does a reload of the service daemon. However, we've found that this leaves stale filehandles on the system, and it appears as if the daemon is no longer working, as there is no longer logging

paul1994
paul1994 commented Jan 18, 2020

Cookbook version

[Version of the cookbook where you are encountering the issue]

The current documentation has a wrong link to the config_rb_server.html

Chef-client version

[Version of chef-client in your environment]

Platform Details

[Operating system distribution and release version. Cloud provider if running in the cloud]

Scenario:

[What you are trying to achieve

karmix
karmix commented Jun 1, 2019

The integration tests for 'File /home/test_user_keys_from_url/.ssh/authorized_keys' are failing. @majormoses has updated their keys on GitHub, and so the integration tests that validated that they keys were properly downloaded and put in authorized_keys are no longer matching the key content. We should update the keys in default_spec.rb, or rewrite the tests as suggested here: https://github

KondaReddyR
KondaReddyR commented Jun 21, 2018

https://github.com/chef-cookbooks/git/blob/355ca0e7097571b216b315292580c0dba449dd68/libraries/provider_git_client_source.rb#L30

Every time chef-client runs, it will make sure git-source.tar.gz is present on the node. If the installed Git version is same as expected git version, then there is no need to download the source code of git. So rather than checking for remote file not found, we can ch

Improve this page

Add a description, image, and links to the cookbook topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cookbook topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.