~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-02-12 05:22:13 UTC
  • Revision ID: matt.giuca@gmail.com-20100212052213-vq4x06ia07xk9d81
docs: Added new manual page, User roles, detailing the exact capabilities of each role.

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
 
49
54
[media]
50
55
version = string(default=None)
51
56
 
73
78
[jail]
74
79
devmode = boolean(default=False)
75
80
suite = string(default="hardy")
 
81
mirror = string(default="http://archive.ubuntu.com/ubuntu")
76
82
extra_sources = string_list(default=list())
77
 
extra_packages = string_list(default=list())
 
83
extra_packages = string_list(default=list('python-configobj', 'python-cjson', 'python-svn'))
78
84
extra_keys = string(default=None) # Cannot have triple-quoted list members.
79
85
 
80
86
# user_info is for jail-specific settings for the user who owns the jail