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'))
12 :display_name => "OTRS",
13 :description => "Hash of OTRS attributes",
16 attribute "otrs/version",
17 :display_name => "OTRS Version",
18 :description => "Version of OTRS to use",
21 attribute "otrs/user",
22 :display_name => "User",
23 :description => "Iser to run OTRS as",
26 attribute "otrs/group",
27 :display_name => "Group",
28 :description => "Group to run OTRS as",
31 attribute "otrs/database_cluster",
32 :display_name => "Database Cluster",
33 :description => "Database cluster to run OTRS against",
34 :default => "8.4/main"
36 attribute "otrs/database_name",
37 :display_name => "Database Name",
38 :description => "Database to run OTRS against",
41 attribute "otrs/database_user",
42 :display_name => "Database User",
43 :description => "User for OTRS to connect to the database as",
46 attribute "otrs/database_password",
47 :display_name => "Database Password",
48 :description => "Password for OTRS to authenticate to the database with",
51 attribute "otrs/site",
52 :display_name => "Site",
53 :description => "Name of OTRS site",