| popularity | question | answers | views | user | |
|---|---|---|---|---|---|
| 1 |
HTTPServerException: 403 "Forbidden" after succesful chef-client run
Hello, I am trying to get a centos 6.3 server to register as chef client for my new hosted chef account. This is my installation script:
then when I run
All recipes run successfully then the following error is displayed:
Can anyone help me resolve the error ‘Net::HTTPServerException: 403 “Forbidden”’? |
1 | 483 | ||
| 0 |
How to use ark on a node
Hi, I included the ark recipe in the recipe of the cookbook that comes right after the ark cookbook. The code looks like this: include_recipe “ark” dowloading oliosubversion “checkout-olio” do
end install fabanark “install-faban” do
end When i upload this file and run the client the following error occurs: NoMethodError: undefined method `url' for Chef::Resource::Ark Can somebody please tell me where the problem is? |
0 | 290 |
