diff options
author | Scott Moser <smoser@ubuntu.com> | 2012-11-10 22:32:31 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2012-11-10 22:32:31 -0500 |
commit | 6a3bd563282a51695bf1384d057d0495fd59929f (patch) | |
tree | 0df5b82bf2b49b8899614688886fa6f5e3b4cdad /ChangeLog | |
parent | d7a42777c83668111d9bb496f581605b33a0b4f2 (diff) | |
parent | 9cb3130b0b87eabe458df7dc113f00431ff3648e (diff) | |
download | vyos-cloud-init-6a3bd563282a51695bf1384d057d0495fd59929f.tar.gz vyos-cloud-init-6a3bd563282a51695bf1384d057d0495fd59929f.zip |
add yum_add_repo configuration module
Add in a configuration module that can write out the yum.repo format for
those that want to hook into different repos for installing.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ - add yaml/cloud config examples checking tool [revno 706] - Fix the merging of group configuration when that group configuration is a dict => members. [revno 707] + - add yum_add_repo configuration module for adding additional yum repos 0.7.0: - add a 'exception_cb' argument to 'wait_for_url'. If provided, this method will be called back with the exception received and the message. |