This commit is contained in:
William Mantly 2019-05-14 16:20:01 -04:00
parent 187e10a151
commit 0e19ac479f
Signed by: wmantly
GPG Key ID: E1EEC7650BA97160

View File

@ -1,6 +1,6 @@
{
"run_list": [ "recipe[hosting::user]",
"recipe[hosting::mkdir]"
"recipe[hosting::mkdir]",
"recipe[hosting::postgress]"
]
}