~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/config/ivle-spec.conf

  • Committer: William Grant
  • Date: 2009-06-29 01:55:55 UTC
  • mto: This revision was merged to the branch mainline in revision 1322.
  • Revision ID: grantw@unimelb.edu.au-20090629015555-49xxv0piiieunx8e
Add docs on configuring Apache.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
logs = string(default="/var/log/ivle")
33
33
 
34
34
share = string(default="${prefix}/share/ivle")
35
 
lib = string(default="${prefix}/lib/ivle")
36
35
 
37
36
[[jails]]
38
37
mounts = string(default="${data}/jailmounts")
47
46
repo_path = string(default="${base}/repositories")
48
47
auth_ivle = string(default="${base}/ivle.auth")
49
48
 
50
 
[policy]
51
 
tutors_can_enrol_students = boolean(default=False)
52
 
tutors_can_edit_worksheets = boolean(default=True)
53
 
tutors_can_admin_groups = boolean(default=True)
54
 
 
55
49
[media]
56
50
version = string(default=None)
57
51
 
79
73
[jail]
80
74
devmode = boolean(default=False)
81
75
suite = string(default="hardy")
82
 
mirror = string(default="http://archive.ubuntu.com/ubuntu")
83
76
extra_sources = string_list(default=list())
84
 
extra_packages = string_list(default=list('python-configobj', 'python-cjson', 'python-svn'))
 
77
extra_packages = string_list(default=list())
85
78
extra_keys = string(default=None) # Cannot have triple-quoted list members.
86
79
 
87
80
# user_info is for jail-specific settings for the user who owns the jail