~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: 2009-04-28 11:19:03 UTC
  • Revision ID: matt.giuca@gmail.com-20090428111903-murkoqeljahrp2d8
usrmgt-server: Removed all references to ivle.conf. Now uses the config
    object.
    (I created a global variable, config, just for the outermost functions to
    use. All of the other functions still use an argument version of config,
    for testing purposes).

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")
74
73
[jail]
75
74
devmode = boolean(default=False)
76
75
suite = string(default="hardy")
77
 
mirror = string(default="http://archive.ubuntu.com/ubuntu")
78
76
extra_sources = string_list(default=list())
79
77
extra_packages = string_list(default=list())
80
78
extra_keys = string(default=None) # Cannot have triple-quoted list members.