switch ec2-user to "fedora" -- see bugzilla #971439.

To use another name, use #cloud-config option "users:" in userdata in cloud
metadata service.

Also, add that user to systemd-journal group
This commit is contained in:
Matthew Miller 2013-06-15 13:00:11 -04:00
parent c695a1d486
commit 9670285f31
2 changed files with 10 additions and 4 deletions

View File

@ -47,10 +47,10 @@ cloud_final_modules:
system_info:
default_user:
name: ec2-user
name: fedora
lock_passwd: true
gecos: EC2 user
groups: [wheel, adm]
gecos: Fedora Cloud User
groups: [wheel, adm, systemd-journal]
sudo: ["ALL=(ALL) NOPASSWD:ALL"]
shell: /bin/bash
distro: fedora

View File

@ -2,7 +2,7 @@
Name: cloud-init
Version: 0.7.2
Release: 1%{?dist}
Release: 3%{?dist}
Summary: Cloud instance init scripts
Group: System Environment/Base
@ -129,6 +129,12 @@ fi
%changelog
* Sat Jun 15 2013 Matthew Miller <mattdm@fedoraproject.org> - 0.7.2-3
- switch ec2-user to "fedora" -- see bugzilla #971439. To use another
name, use #cloud-config option "users:" in userdata in cloud metadata
service
- add that user to systemd-journal group
* Fri May 17 2013 Steven Hardy <shardy@redhat.com> - 0.7.2
- Update to the 0.7.2 release