Skip to content

Commit

Permalink
Remove otrs test role from naga
Browse files Browse the repository at this point in the history
  • Loading branch information
Firefishy committed May 1, 2024
1 parent 7f9e279 commit f8a576a
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions roles/naga.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,6 @@
}
}
}
},
: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 @@ -58,6 +45,5 @@
"recipe[stateofthemap::container]",
"recipe[hot]",
"recipe[ideditor]",
"recipe[dmca]",
"recipe[otrs::debian]"
"recipe[dmca]"
)

0 comments on commit f8a576a

Please sign in to comment.