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

« back to all changes in this revision

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

  • Committer: Matt Giuca
  • Date: 2010-07-21 04:20:44 UTC
  • Revision ID: matt.giuca@gmail.com-20100721042044-uopyzuiuji6vlsu7
Project page: Moved instructions under 'latest submissions' above the table, or it will be hard to see them under hundreds of submissions.

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")
35
36
 
36
37
[[jails]]
37
38
mounts = string(default="${data}/jailmounts")
46
47
repo_path = string(default="${base}/repositories")
47
48
auth_ivle = string(default="${base}/ivle.auth")
48
49
 
 
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
 
49
55
[media]
50
56
version = string(default=None)
51
57
 
73
79
[jail]
74
80
devmode = boolean(default=False)
75
81
suite = string(default="hardy")
 
82
mirror = string(default="http://archive.ubuntu.com/ubuntu")
76
83
extra_sources = string_list(default=list())
77
 
extra_packages = string_list(default=list())
 
84
extra_packages = string_list(default=list('python-configobj', 'python-cjson', 'python-svn'))
78
85
extra_keys = string(default=None) # Cannot have triple-quoted list members.
79
86
 
80
87
# user_info is for jail-specific settings for the user who owns the jail