From 7b495eb15efab5f82791b8a9be3b518b41b22448 Mon Sep 17 00:00:00 2001
From: Mark Goddard <mark@stackhpc.com>
Date: Fri, 17 Mar 2017 11:34:50 +0000
Subject: [PATCH] Rename of seed bootstrap user

---
 etc/kayobe/seed-vm.yml | 4 ----
 etc/kayobe/seed.yml    | 5 +++++
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/etc/kayobe/seed-vm.yml b/etc/kayobe/seed-vm.yml
index e5e12ff..e9fe717 100644
--- a/etc/kayobe/seed-vm.yml
+++ b/etc/kayobe/seed-vm.yml
@@ -29,10 +29,6 @@
 # Base image for the seed VM root volume.
 #seed_vm_root_image:
 
-# User with which to access the seed VM via SSH during bootstrap, in order to
-# setup the Kayobe user account.
-#seed_vm_bootstrap_user:
-
 ###############################################################################
 # Dummy variable to allow Ansible to accept this file.
 workaround_ansible_issue_8743: yes
diff --git a/etc/kayobe/seed.yml b/etc/kayobe/seed.yml
index 82b623a..bd179ce 100644
--- a/etc/kayobe/seed.yml
+++ b/etc/kayobe/seed.yml
@@ -1,6 +1,11 @@
 ---
+###############################################################################
 # Seed node configuration.
 
+# User with which to access the seed via SSH during bootstrap, in order to
+# setup the Kayobe user account.
+#seed_bootstrap_user:
+
 ###############################################################################
 # Network interface attachments.