[cloud-init/f18] Fix default_user syntax

gholms gholms at fedoraproject.org
Fri Dec 14 18:13:47 UTC 2012


commit 65f8d373818d28c5804555bc27aa7d082737e1ef
Author: Garrett Holmstrom <gholms at fedoraproject.org>
Date:   Fri Dec 14 10:13:27 2012 -0800

    Fix default_user syntax

 cloud-init-fedora.cfg |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/cloud-init-fedora.cfg b/cloud-init-fedora.cfg
index ee3ac32..ca5b613 100644
--- a/cloud-init-fedora.cfg
+++ b/cloud-init-fedora.cfg
@@ -46,7 +46,13 @@ cloud_final_modules:
  - final-message
 
 system_info:
-  default_user: ec2-user
+  default_user:
+    name: ec2-user
+    lock_passwd: true
+    gecos: EC2 user
+    groups: [wheel, adm]
+    sudo: ["ALL=(ALL) NOPASSWD:ALL"]
+    shell: /bin/bash
   distro: fedora
   paths:
     cloud_dir: /var/lib/cloud


More information about the scm-commits mailing list