From 557ce69a9650c530be6401e3048b3454a7704bf6 Mon Sep 17 00:00:00 2001 From: William Mantly Date: Tue, 14 May 2019 14:15:08 -0400 Subject: [PATCH] solo --- cookbooks/hosting.json | 6 +++--- cookbooks/solo.rb | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 cookbooks/solo.rb 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