Skip to content

Commit

Permalink
Add otrs test role from naga
Browse files Browse the repository at this point in the history
This reverts commit f8a576a.
  • Loading branch information
Firefishy committed May 9, 2024
1 parent a6333e0 commit d16f3d1
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion roles/naga.rb
Expand Up @@ -28,6 +28,19 @@
}
}
}
},
:otrs => {
:site => "test.otrs.openstreetmap.org",
:site_aliases => ["test.otrs.osm.org"],
:database_cluster => "16/main"
},
:postgresql => {
:versions => ["16"],
:settings => {
"16" => {
:port => 5433
}
}
}
)

Expand All @@ -45,5 +58,6 @@
"recipe[stateofthemap::container]",
"recipe[hot]",
"recipe[ideditor]",
"recipe[dmca]"
"recipe[dmca]",
"recipe[otrs::debian]"
)

0 comments on commit d16f3d1

Please sign in to comment.