~allenap/maas/rpc-give-shared-secret-to-accepted-cluster

« back to all changes in this revision

Viewing changes to src/maas/development.py

  • Committer: Raphael Badin
  • Date: 2012-06-19 16:01:07 UTC
  • mto: This revision was merged to the branch mainline in revision 657.
  • Revision ID: raphael.badin@canonical.com-20120619160107-2er6j625ihk7qac4
Add Tempita-based preseed templates.

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
# Use in-branch preseed templates.
87
87
PRESEED_TEMPLATE_LOCATIONS = (
88
88
    abspath("etc/preseeds"),
89
 
    abspath("contrib/preseeds"),
 
89
    abspath("contrib/preseeds_v2"),
90
90
    )
91
91
 
92
92
# Allow the user to override settings in maas_local_settings.