Merge branch 'setup' of git-hosting/provision-node into master

This commit is contained in:
William Mantly 2019-05-14 18:15:29 +00:00 committed by Gitea
commit 970bf99299
2 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{
run_list: [
recipe[first_cookbook:user]
run_list: [ recipe[hosting::user],
recipe[hosting::mkdir]
]
}

1
cookbooks/solo.rb Normal file
View File

@ -0,0 +1 @@
cookbook_path '/opt/theta42/provision-node/cookbooks'