2 description "Role applied to all OTRS servers"
 
   7       :otrs => { :status => :role }
 
  16     :local_domains => ["otrs.openstreetmap.org"],
 
  19         :comment => "otrs@otrs.openstreetmap.org",
 
  20         :domains => ["otrs.openstreetmap.org"],
 
  21         :local_parts => ["otrs"],
 
  22         :command => "/opt/otrs/bin/otrs.Console.pl Maint::PostMaster::Read",
 
  25         :home_directory => "/opt/otrs"
 
  28         :comment => "data@otrs.openstreetmap.org",
 
  29         :domains => ["otrs.openstreetmap.org"],
 
  30         :local_parts => ["data"],
 
  31         :command => "/opt/otrs/bin/otrs.Console.pl Maint::PostMaster::Read --target-queue 'Data Working Group'",
 
  34         :home_directory => "/opt/otrs"
 
  37         :comment => "membership@otrs.openstreetmap.org",
 
  38         :domains => ["otrs.openstreetmap.org"],
 
  39         :local_parts => ["membership"],
 
  40         :command => "/opt/otrs/bin/otrs.Console.pl Maint::PostMaster::Read --target-queue 'Membership Working Group'",
 
  43         :home_directory => "/opt/otrs"
 
  46         :comment => "legal@otrs.openstreetmap.org",
 
  47         :domains => ["otrs.openstreetmap.org"],
 
  48         :local_parts => ["legal"],
 
  49         :command => "/opt/otrs/bin/otrs.Console.pl Maint::PostMaster::Read --target-queue 'Licensing Working Group'",
 
  52         :home_directory => "/opt/otrs"
 
  54       :otrs_legal_privacy => {
 
  55         :comment => "legal-privacy@otrs.openstreetmap.org",
 
  56         :domains => ["otrs.openstreetmap.org"],
 
  57         :local_parts => ["legal-privacy"],
 
  58         :command => "/opt/otrs/bin/otrs.Console.pl Maint::PostMaster::Read --target-queue 'Licensing Working Group::Privacy'",
 
  61         :home_directory => "/opt/otrs"
 
  63       :otrs_legal_questions => {
 
  64         :comment => "legal-questions@otrs.openstreetmap.org",
 
  65         :domains => ["otrs.openstreetmap.org"],
 
  66         :local_parts => ["legal-questions"],
 
  67         :command => "/opt/otrs/bin/otrs.Console.pl Maint::PostMaster::Read --target-queue 'Licensing Working Group::Legal Questions'",
 
  70         :home_directory => "/opt/otrs"
 
  72       :otrs_legal_trademarks => {
 
  73         :comment => "legal-trademarks@otrs.openstreetmap.org",
 
  74         :domains => ["otrs.openstreetmap.org"],
 
  75         :local_parts => ["legal-trademarks"],
 
  76         :command => "/opt/otrs/bin/otrs.Console.pl Maint::PostMaster::Read --target-queue 'Licensing Working Group::Trademarks'",
 
  79         :home_directory => "/opt/otrs"
 
  82         :comment => "support@otrs.openstreetmap.org",
 
  83         :domains => ["otrs.openstreetmap.org"],
 
  84         :local_parts => ["support"],
 
  85         :command => "/opt/otrs/bin/otrs.Console.pl Maint::PostMaster::Read --target-queue 'Technical Support'",
 
  88         :home_directory => "/opt/otrs"
 
  93     :site => "otrs.openstreetmap.org",
 
  94     :site_aliases => ["otrs.osm.org"],
 
  95     :database_cluster => "10/main",
 
  96     :database_name => "otrs",
 
  97     :database_user => "otrs",
 
  98     :database_password => "otrs"