vagrant conf, first pass

This commit is contained in:
2019-09-02 11:38:59 -04:00
parent d78b715687
commit 4fb554add5
2 changed files with 15 additions and 15 deletions

View File

@ -3,11 +3,11 @@ description "A basic role"
run_list(
# "recipe[t42-common::postgres]",
# "recipe[t42-common::redis]",
# "recipe[t42-common::nodejs]",
"recipe[t42-common::redis]",
"recipe[t42-common::nodejs]",
# "recipe[t42-common::python]",
"recipe[t42-common::apache]",
# "recipe[t42-common::apache]",
# "recipe[t42-common::openresty]",
"recipe[t42-common::php]",
"recipe[t42-common::mysql]",
# "recipe[t42-common::php]",
# "recipe[t42-common::mysql]",
)