diff options
author | Scott Moser <smoser@ubuntu.com> | 2011-01-19 03:19:15 +0000 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2011-01-19 03:19:15 +0000 |
commit | 0681e213aef6a62b9beab2f90db61524ed4464fd (patch) | |
tree | b3d52b08117ea676a7200274b5833548b244985e /config | |
parent | 37b638991637cd582e958caf66de8f43876f0fd5 (diff) | |
download | vyos-cloud-init-0681e213aef6a62b9beab2f90db61524ed4464fd.tar.gz vyos-cloud-init-0681e213aef6a62b9beab2f90db61524ed4464fd.zip |
add handling of rsyslog in cloud-config
This adds the following cloud-config keys:
- 'rsyslog_dir' default: /etc/rsyslog.d
- 'rsyslog_filename' default: 20-cloud-config.conf
- 'rsyslog' (list) default: empty
Diffstat (limited to 'config')
-rw-r--r-- | config/cloud.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/cloud.cfg b/config/cloud.cfg index 0bff9a88..8556dc78 100644 --- a/config/cloud.cfg +++ b/config/cloud.cfg @@ -5,6 +5,7 @@ preserve_hostname: False cloud_config_modules: - mounts + - rsyslog - ssh-import-id - locale - ssh |