chef/roles/gitea.rb

8 lines
102 B
Ruby

name "gitea"
run_list %w(
role[postgresql_client]
kosmos_gitea::default
kosmos_gitea::backup
)