~replaceafill/ubuntu/trusty/schooltool/2.8

« back to all changes in this revision

Viewing changes to src/schooltool/paste/templates.py

  • Committer: Gediminas Paulauskas
  • Date: 2013-10-10 16:53:33 UTC
  • mfrom: (1.1.27)
  • Revision ID: menesis@pov.lt-20131010165333-knsk88i2od7b8o70
Tags: 1:2.6.0-0ubuntu1
* New upstream release.
* debian/redis.conf: save redis databases less often.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
    vars = [
44
44
        var('instance_type', """SchoolTool instance type to use. Available types -
45
45
  %s""" % "\n  ".join([t[0] for t in available_types]),
46
 
            default=available_types[-1][0])]
 
46
            default='schooltool')]
47
47
 
48
48
    def check_vars(self, vars, cmd):
49
49
        vars = super(SchoolToolDeploy, self).check_vars(vars, cmd)