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:
parent
c695a1d486
commit
ce5c59c29c
@ -47,10 +47,10 @@ cloud_final_modules:
|
|||||||
|
|
||||||
system_info:
|
system_info:
|
||||||
default_user:
|
default_user:
|
||||||
name: ec2-user
|
name: fedora
|
||||||
lock_passwd: true
|
lock_passwd: true
|
||||||
gecos: EC2 user
|
gecos: Fedora Cloud User
|
||||||
groups: [wheel, adm]
|
groups: [wheel, adm, systemd-journal]
|
||||||
sudo: ["ALL=(ALL) NOPASSWD:ALL"]
|
sudo: ["ALL=(ALL) NOPASSWD:ALL"]
|
||||||
shell: /bin/bash
|
shell: /bin/bash
|
||||||
distro: fedora
|
distro: fedora
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: cloud-init
|
Name: cloud-init
|
||||||
Version: 0.7.2
|
Version: 0.7.2
|
||||||
Release: 1%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Cloud instance init scripts
|
Summary: Cloud instance init scripts
|
||||||
|
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -129,6 +129,12 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri May 17 2013 Steven Hardy <shardy@redhat.com> - 0.7.2
|
||||||
- Update to the 0.7.2 release
|
- Update to the 0.7.2 release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user