Add yum-add-repo module
This commit is contained in:
parent
666e7e6072
commit
af5c5087a3
@ -28,6 +28,7 @@ cloud_config_modules:
|
|||||||
- mounts
|
- mounts
|
||||||
- locale
|
- locale
|
||||||
- set-passwords
|
- set-passwords
|
||||||
|
- yum-add-repo
|
||||||
- package-update-upgrade-install
|
- package-update-upgrade-install
|
||||||
- timezone
|
- timezone
|
||||||
- puppet
|
- puppet
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: cloud-init
|
Name: cloud-init
|
||||||
Version: 0.7.2
|
Version: 0.7.2
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Summary: Cloud instance init scripts
|
Summary: Cloud instance init scripts
|
||||||
|
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -157,6 +157,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Sep 20 2013 Garrett Holmstrom <gholms@fedoraproject.org> - 0.7.2-5
|
||||||
- Fixed puppet agent service name [RH:1008250]
|
- Fixed puppet agent service name [RH:1008250]
|
||||||
- Let systemd handle console output [RH:977952 LP:1228434]
|
- Let systemd handle console output [RH:977952 LP:1228434]
|
||||||
|
Loading…
Reference in New Issue
Block a user