16 lines
262 B
Ruby
16 lines
262 B
Ruby
name "gitea"
|
|
|
|
run_list %w(
|
|
role[postgresql_client]
|
|
kosmos_gitea::default
|
|
kosmos_gitea::backup
|
|
)
|
|
|
|
override_attributes(
|
|
"gitea" => {
|
|
"repo" => "https://github.com/67P/gitea.git",
|
|
"revision" => "ldap_sync",
|
|
"log" => { "level" => "Info" }
|
|
},
|
|
)
|