From: Frank Brehm Date: Tue, 12 Feb 2019 10:01:41 +0000 (+0100) Subject: Fixing bin/postinst and bin/postinst.chrony X-Git-Tag: 1.1.1^2 X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=cf05de1a31c8b3766ff8d67770c979971716cf99;p=pixelpark%2Fcreate-vmware-tpl.git Fixing bin/postinst and bin/postinst.chrony --- diff --git a/bin/postinst b/bin/postinst index dda903f..790ed20 100644 --- a/bin/postinst +++ b/bin/postinst @@ -764,8 +764,8 @@ install_puppet() { EOF echo - echo "Creating ${facter_conf_dir}/host" - cat <<-EOF >"${facter_conf_dir}/host" + echo "Creating ${facter_conf_dir}/host.yaml" + cat <<-EOF >"${facter_conf_dir}/host.yaml" --- pp_purpose: Unknown pp_location: L105 diff --git a/bin/postinst.chrony b/bin/postinst.chrony index 57b21db..11cf56c 100644 --- a/bin/postinst.chrony +++ b/bin/postinst.chrony @@ -798,8 +798,8 @@ install_puppet() { EOF echo - echo "Creating ${facter_conf_dir}/host" - cat <<-EOF >"${facter_conf_dir}/host" + echo "Creating ${facter_conf_dir}/host.yaml" + cat <<-EOF >"${facter_conf_dir}/host.yaml" --- pp_purpose: Unknown pp_location: L105 diff --git a/lib/cr_vmware_tpl/__init__.py b/lib/cr_vmware_tpl/__init__.py index 847cf0d..1184a56 100644 --- a/lib/cr_vmware_tpl/__init__.py +++ b/lib/cr_vmware_tpl/__init__.py @@ -1,6 +1,6 @@ #!/bin/env python3 # -*- coding: utf-8 -*- -__version__ = '1.1.0' +__version__ = '1.1.1' # vim: ts=4 et list