-
Im getting `Acme library dependency 'acme-client' not loaded: cannot load such file -- acme-client` when running kitchen.
How do i set up kitchen to work with chef-acme?
-
rediso_configure lwrp is not idempotent. Below is the output of kitchen converge after an initial converge of the test suite `default`.
```
-----> Converging ...
Preparing files for transfer…
-
I'm getting this error when I run redisio::default recipe with Chef 13
` ================================================================================ Error executing action run on resource 're…
-
I get the following error when using this cookbook and latest selinux_policy 2.2.0.
selinux_policy 2.2.0 was released a [few hours ago](https://github.com/sous-chefs/selinux_policy/releases/tag/v2.…
-
I am running this on the CentOS7 version. Even when converging on a vagrant the redisio is downloading the latest cookbook version. Still i see this error. Is there any fix for this?
redisio (2.6.1…
-
Things were fine as long as I was using `chef 12`. But the moment I upgraded to `chef 13`, I am seeing this error. (I use `chef-solo`)
*redisio cookbook version is 2.5.0*
```
=================…
-
What is the correct way to use the disable recipe?
I tried like this:
```
include_recipe 'redisio'
include_recipe 'redisio::disable'
```
But that gives me an error:
```
ERROR: Cannot find …
-
As per the [CIS Benchmark standards](https://security.uri.edu/files/CIS_Ubuntu_14.04_LTS_Server_Benchmark_v1.0.0.pdf), the `su` command should be replaced with `sudo`.
**Background:** The su comman…
-
In case I have a redis version installed 2.8.20 and I want to upgrade the version to latest 3.2.7 what will be the correct steps to do this?
I may assume the following steps:
1. Set `safe_install`…
-
Based on our past conversations I won't bother submitting a PR for this.
Your cookbook uses `action :create` here https://github.com/brianbianco/redisio/blob/190a0e0bfb5190798e8aadfee1d1d63ba6218c3…