From af5c5087a325c836cd3b0e9544044f167d07362e Mon Sep 17 00:00:00 2001 From: Garrett Holmstrom Date: Tue, 24 Sep 2013 19:15:21 -0700 Subject: [PATCH] Add yum-add-repo module --- cloud-init-fedora.cfg | 1 + cloud-init.spec | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/cloud-init-fedora.cfg b/cloud-init-fedora.cfg index 143250d..a4ad7ca 100644 --- a/cloud-init-fedora.cfg +++ b/cloud-init-fedora.cfg @@ -28,6 +28,7 @@ cloud_config_modules: - mounts - locale - set-passwords + - yum-add-repo - package-update-upgrade-install - timezone - puppet diff --git a/cloud-init.spec b/cloud-init.spec index 2c60bf9..eee18f6 100644 --- a/cloud-init.spec +++ b/cloud-init.spec @@ -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 - 0.7.2-6 +- Added yum-add-repo module + * Fri Sep 20 2013 Garrett Holmstrom - 0.7.2-5 - Fixed puppet agent service name [RH:1008250] - Let systemd handle console output [RH:977952 LP:1228434]