2019-05-14 17:53:35 -04:00

8 lines
136 B
Ruby

name :gitea
description "A basic role"
run_list(
"recipe[hosting::user]",
"recipe[hosting::mkdir]",
"recipe[hosting::postgress]",
)