| activity | item | |
|---|---|---|
|
2012
|
Following Question |
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? |
|
2012
|
New Question |
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? |
|
2012
|
Following Question |
How to execute Terminal commands in recipe
Hi all, i want to execute Terminal commands in a recipe and i don´t know how to write the ruby file. I already tried to upload and run this recipe: package “install-faban” do
end but after running the client the error NoMethodError: undefined Method ‘command’ came up. Can somebody help? |
|
2012
|
New Question |
How to execute Terminal commands in recipe
Hi all, i want to execute Terminal commands in a recipe and i don´t know how to write the ruby file. I already tried to upload and run this recipe: package “install-faban” do
end but after running the client the error NoMethodError: undefined Method ‘command’ came up. Can somebody help? |
