Add yum-add-repo module
This commit is contained in:
parent
666e7e6072
commit
af5c5087a3
@ -28,6 +28,7 @@ cloud_config_modules:
|
||||
- mounts
|
||||
- locale
|
||||
- set-passwords
|
||||
- yum-add-repo
|
||||
- package-update-upgrade-install
|
||||
- timezone
|
||||
- puppet
|
||||
|
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user