diff --git a/cookbooks/hosting.json b/cookbooks/hosting.json index 19f1017..e534c2b 100644 --- a/cookbooks/hosting.json +++ b/cookbooks/hosting.json @@ -1,5 +1,5 @@ { - “run_list”: [ - “recipe[first_cookbook:user]” + “run_list”: [ “recipe[hosting::user]”, + “recipe[hosting::mkdir]” ] -} \ No newline at end of file +} diff --git a/cookbooks/solo.rb b/cookbooks/solo.rb new file mode 100644 index 0000000..af837ee --- /dev/null +++ b/cookbooks/solo.rb @@ -0,0 +1 @@ +cookbook_path '/opt/theta42/provision-node/cookbooks' \ No newline at end of file