README: Fix files section in yaml

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
Stéphane Graber 2018-02-08 12:12:59 -05:00
parent 64c04995b3
commit 2c49f149f2
No known key found for this signature in database
GPG Key ID: C638974D64792D67

View File

@ -39,18 +39,16 @@ targets:
files:
# lxc: Puts the LXC_NAME placeholder in place
# lxd: Adds a template to generate the file on create and copy
- name: hostname
path: /etc/hostname
- path: /etc/hostname
generator: hostname
# lxc: Puts the LXC_NAME placeholder in place
# lxd: Adds a template to generate the file on create
- name: hosts
path: /etc/hosts
- path: /etc/hosts
generator: hosts
# all: Add the upstart job to deal with ttys
- name: /etc/init/lxc-tty.conf
- path: /etc/init/lxc-tty.conf
generator: upstart-tty
releases:
- precise