You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I downloaded and created the cookbook. However, when I run it, i get the following error:
Missing Cookbooks:
The following cookbooks are required by the client but don't exist on the server:
ohai
If I grep in the code for this cookbook requirement, it does not exist:
Path: /home//base_linux_install/cookbooks/os-hardening
Grep for entry of chai:
grep -Ri chai *
CONTRIBUTING.md:7. [Squash][rebase-squash] your commits to a small amount of logical separated commits (e.g. to avoid commits with something like "reverted or fixed last commit" in the commit chain)
Where is it getting the chair requirement from?
The text was updated successfully, but these errors were encountered:
The cookbook needed is "Ohai". It can be found on the supermarket, ohai Cookbook
The cookbook is not directly reference in the code here, because Ohai is used to gather information about the operating system the cookbook is going to be run against. Without the data from Ohai, the cookbook would not know what specific hardening patches to apply.
I downloaded and created the cookbook. However, when I run it, i get the following error:
Missing Cookbooks:
The following cookbooks are required by the client but don't exist on the server:
If I grep in the code for this cookbook requirement, it does not exist:
Path: /home//base_linux_install/cookbooks/os-hardening
Grep for entry of chai:
grep -Ri chai *
CONTRIBUTING.md:7. [Squash][rebase-squash] your commits to a small amount of logical separated commits (e.g. to avoid commits with something like "reverted or fixed last commit" in the commit chain)
Where is it getting the chair requirement from?
The text was updated successfully, but these errors were encountered: