Add missing modules

https://bugzilla.redhat.com/show_bug.cgi?id=966888
This commit is contained in:
Garrett Holmstrom 2013-09-24 17:43:15 -07:00
parent 4bfe36704a
commit d15a872ce7
2 changed files with 4 additions and 0 deletions

View File

@ -12,8 +12,10 @@ ssh_genkeytypes: ~
syslog_fix_perms: ~ syslog_fix_perms: ~
cloud_init_modules: cloud_init_modules:
- migrator
- bootcmd - bootcmd
- write-files - write-files
- growpart
- resizefs - resizefs
- set_hostname - set_hostname
- update_hostname - update_hostname
@ -26,6 +28,7 @@ cloud_config_modules:
- mounts - mounts
- locale - locale
- set-passwords - set-passwords
- package-update-upgrade-install
- timezone - timezone
- puppet - puppet
- chef - chef

View File

@ -162,6 +162,7 @@ fi
- Let systemd handle console output [RH:977952 LP:1228434] - Let systemd handle console output [RH:977952 LP:1228434]
- Fixed restorecon failure when selinux is disabled [RH:967002 LP:1228441] - Fixed restorecon failure when selinux is disabled [RH:967002 LP:1228441]
- Fixed rsyslog log filtering - Fixed rsyslog log filtering
- Added missing modules [RH:966888]
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.2-4 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.2-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild