-
I'm getting the following error on chef-client runs after updating to Chef 13. It looks like this needs to be renamed to something else as there is now a conflict.
```
============================…
-
So there have been a number of instances where sections of the ocean have been out of direct sight of the sun, and it appears to glow when this is contrasted against some rocks or landmass which is re…
-
Not every project uses data bags, and while the recipe does support passing in credentials through
```
default[:sumologic][:accessID] = "TODO"
default[:sumologic][:accessKey] = "TODO"
```
This does…
-
## Description
In our old (Chef 12) providers, we used a load_current_resource method like...
```
def load_current_resource
@current_resource = Chef::Resource::MyResource.new(@new_resource…
-
My http_proxy env vars are set properly but unless I'm missing some Vagrant driver specific config, I'm unable to setup a basic vagrant machine. It fails on getting the machine metadata. Please see th…
-
I am trying to add a user as such,
grafana_user 'person2' do
port grafana_port
full_name 'John Smith'
email 'test@example.com'
passwd 'test123'
admin false
action :create_if_missing
end
…
-
We've adopted the mongodb cookbook that uses "mongodb" as namespace in chef supermarket. Our repo name conflicts with the old one. We need to set a new name for the supermarket.
I think we should def…
-
I was just skipping through a demo presentation at Unite Berlin on Unity's new Lightweight Render Pipeline, and they had a section ([timestamped link here](https://youtu.be/0KA1PszNtZw?t=2444)) where …
-
Converging a new machine intermittently raises an AWS exception:
```
machine converage errors
AWS::EC2::Errors::InvalidInstanceID::NotFound
---------------------------------------------
T…
-
Hi,
I came across the problem that my chefspec run ~20 minutes, because I have more than 800 examples to run.
Chefspec proposes to use `let` block to run converging. That means it is run before ever…