From bef9bab656af82ce496af11ceb66a5f6c1f50429 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Thu, 20 Oct 2016 14:39:27 +0200 Subject: [PATCH] Missing %end in %post section --- el7.ks | 2 ++ 1 file changed, 2 insertions(+) diff --git a/el7.ks b/el7.ks index 5702187..01e1901 100644 --- a/el7.ks +++ b/el7.ks @@ -106,3 +106,5 @@ cat << __EOF__ >> /root/.ssh/authorized_keys __EOF__ chmod 700 /root/.ssh chown -R root:root /root/.ssh + +%end