Add yum-add-repo module

This commit is contained in:
Garrett Holmstrom 2013-09-24 19:15:21 -07:00
parent 666e7e6072
commit af5c5087a3
2 changed files with 5 additions and 1 deletions

View File

@ -28,6 +28,7 @@ cloud_config_modules:
- mounts
- locale
- set-passwords
- yum-add-repo
- package-update-upgrade-install
- timezone
- puppet

View File

@ -2,7 +2,7 @@
Name: cloud-init
Version: 0.7.2
Release: 5%{?dist}
Release: 6%{?dist}
Summary: Cloud instance init scripts
Group: System Environment/Base
@ -157,6 +157,9 @@ fi
%changelog
* Tue Sep 24 2013 Garrett Holmstrom <gholms@fedoraproject.org> - 0.7.2-6
- Added yum-add-repo module
* Fri Sep 20 2013 Garrett Holmstrom <gholms@fedoraproject.org> - 0.7.2-5
- Fixed puppet agent service name [RH:1008250]
- Let systemd handle console output [RH:977952 LP:1228434]