From cf05de1a31c8b3766ff8d67770c979971716cf99 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Tue, 12 Feb 2019 11:01:41 +0100 Subject: [PATCH] Fixing bin/postinst and bin/postinst.chrony --- bin/postinst | 4 ++-- bin/postinst.chrony | 4 ++-- lib/cr_vmware_tpl/__init__.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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 -- 2.39.5