diff options
author | Scott Moser <smoser@brickies.net> | 2012-12-01 21:46:27 -0500 |
---|---|---|
committer | Scott Moser <smoser@brickies.net> | 2012-12-01 21:46:27 -0500 |
commit | 974e76eab2e43718802c8ef845e6696637e46930 (patch) | |
tree | 260834e06f80b45af06febe0dfbd16a8b9e71976 /ChangeLog | |
parent | d324a2cb0b10a4cd1b1b05dd23d0040ab3e9621c (diff) | |
download | vyos-cloud-init-974e76eab2e43718802c8ef845e6696637e46930.tar.gz vyos-cloud-init-974e76eab2e43718802c8ef845e6696637e46930.zip |
make sure no blank lines before cloud-init entry in ca-certificates.conf
when /etc/ca-certificates.conf is read by update-ca-certificates
lines after a blank line get ignored. Here, ensure that
there are no blank lines, and no duplicate entries for cloud-init are
added.
LP: #1077020
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ - add a debian watch file - add 'sudo' entry to ubuntu's default user (LP: #1080717) - fix resizefs module when 'noblock' was provided (LP: #1080985) + - make sure there is no blank line before cloud-init entry in + there are no blank lines in /etc/ca-certificates.conf (LP: #1077020) 0.7.1: - sysvinit: fix missing dependency in cloud-init job for RHEL 5.6 - config-drive: map hostname to local-hostname (LP: #1061964) |