~jtv/maas/bug-1238376

« back to all changes in this revision

Viewing changes to etc/maas/import_ephemerals

  • Committer: jtv at canonical
  • Date: 2013-10-11 07:22:17 UTC
  • Revision ID: jtv@canonical.com-20131011072217-5d5yfi54wqy5a20d
Keep placeholder for legacy config, so that import_pxe_files config is still included, and document that it's obsolete.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Legacy configuration file for the maas-import-ephemerals script.
 
2
#
 
3
# This file is obsolete, but the script will still read it for compatibility.
 
4
# Configure /etc/maas/pserv.yaml by preference.
 
5
 
 
6
## Include settings from import_pxe_files.
 
7
[ ! -f /etc/maas/import_pxe_files ] || . /etc/maas/import_pxe_files
 
8
 
 
9
# These options can be defined here, although for future compatibility they
 
10
# should be set in pserv.yaml instead:
 
11
 
 
12
#DATA_DIR="/var/lib/maas/ephemeral"
 
13
#RELEASES="precise"
 
14
#ARCHES="amd64/generic i386/generic"