This commit is contained in:
2019-05-14 14:15:08 -04:00
parent 6e69a84284
commit 557ce69a96
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]
]
}
}