summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2012-11-10 22:32:31 -0500
committerScott Moser <smoser@ubuntu.com>2012-11-10 22:32:31 -0500
commit6a3bd563282a51695bf1384d057d0495fd59929f (patch)
tree0df5b82bf2b49b8899614688886fa6f5e3b4cdad /ChangeLog
parentd7a42777c83668111d9bb496f581605b33a0b4f2 (diff)
parent9cb3130b0b87eabe458df7dc113f00431ff3648e (diff)
downloadvyos-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--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 52f47e3c..5408a941 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.