diff options
author | Juerg Haefliger <juergh@gmail.com> | 2013-07-17 15:46:58 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2013-07-17 15:46:58 -0400 |
commit | 1edfb2a7a36a2bdddfe0ca48ba5d23721bf17a35 (patch) | |
tree | 8bfb54ecf85b55b663f9b182789141df59cc0446 /ChangeLog | |
parent | 8f70bb7e7144f2225b4e9a589d16ae6d15992a3d (diff) | |
parent | 67162bca0c49d415f92aefa22972fd3ffe179da6 (diff) | |
download | vyos-cloud-init-1edfb2a7a36a2bdddfe0ca48ba5d23721bf17a35.tar.gz vyos-cloud-init-1edfb2a7a36a2bdddfe0ca48ba5d23721bf17a35.zip |
adds support for SLES plus some basic unittests.
Some code from the RHEL handler was moved to a new file so that it can
be used by the SLES handler.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ - determine if upstart version is suitable for 'initctl reload-configuration' (LP: #1124384). If so, then invoke it. - add Azure datasource. + - add support for SuSE / SLES [Juerg Haefliger] 0.7.2: - add a debian watch file - add 'sudo' entry to ubuntu's default user (LP: #1080717) |