packer-builds

Packer Builds for LXC and Libvirt
git clone https://git.in0rdr.ch/packer-builds.git
Log | Files | Refs | README

commit 2cc34fac23e4004483ac2f4841efd8eea06cd370
parent 49117a9da6ffe44c3b72319f02004d40ef9ca4ef
Author: Andreas Gruhler <andreas.gruhler@adfinis-sygroup.ch>
Date:   Fri, 27 Dec 2019 05:54:23 +0000

fix sed

Diffstat:
Mconfig/ks.cfg | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/ks.cfg b/config/ks.cfg @@ -53,7 +53,7 @@ sed -i \ /etc/cloud/cloud.cfg # resolve fqdn/hostname to public address -#sed -i \ +sed -i \ -e 's/127.0.0.1 {{fqdn}} {{hostname}}/#127.0.0.1 {{fqdn}} {{hostname}}/' \ -e 's/::1 {{fqdn}} {{hostname}}/#::1 {{fqdn}} {{hostname}}/' \ /etc/cloud/templates/hosts.redhat.tmpl