provision-node/cookbooks/hosting.json
2019-05-14 16:20:01 -04:00

7 lines
145 B
JSON

{
"run_list": [ "recipe[hosting::user]",
"recipe[hosting::mkdir]",
"recipe[hosting::postgress]"
]
}