1 maintainer "OpenStreetMap Administrators"
2 maintainer_email "admins@openstreetmap.org"
4 description "Installs and configures OTRS"
5 long_description IO.read(File.join(File.dirname(__FILE__), 'README.rdoc'))
11 :display_name => "OTRS",
12 :description => "Hash of OTRS attributes",
15 attribute "otrs/version",
16 :display_name => "OTRS Version",
17 :description => "Version of OTRS to use",
20 attribute "otrs/user",
21 :display_name => "User",
22 :description => "Iser to run OTRS as",
25 attribute "otrs/group",
26 :display_name => "Group",
27 :description => "Group to run OTRS as",
30 attribute "otrs/database_cluster",
31 :display_name => "Database Cluster",
32 :description => "Database cluster to run OTRS against",
33 :default => "8.4/main"
35 attribute "otrs/database_name",
36 :display_name => "Database Name",
37 :description => "Database to run OTRS against",
40 attribute "otrs/database_user",
41 :display_name => "Database User",
42 :description => "User for OTRS to connect to the database as",
45 attribute "otrs/database_password",
46 :display_name => "Database Password",
47 :description => "Password for OTRS to authenticate to the database with",
50 attribute "otrs/site",
51 :display_name => "Site",
52 :description => "Name of OTRS site",