From 1204e6e4e74147aa110a5ec374dbff5777ce5741 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Fri, 13 Dec 2019 13:48:43 +0100 Subject: [PATCH] Version bump to 1.4.2 --- etc/create-terraform.ini.default | 2 +- lib/cr_tf/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/create-terraform.ini.default b/etc/create-terraform.ini.default index 240db19..f963b32 100644 --- a/etc/create-terraform.ini.default +++ b/etc/create-terraform.ini.default @@ -12,7 +12,7 @@ ;time_zone = Europe/Berlin ; Puppetmaster - wird bei 'terraform destroy' verwendet -;puppet_master = puppetmaster04.pixelpark.com +;puppet_master = puppetmaster03.pixelpark.com ; Puppetca-Host wird für die Registrierung neu installierter Maschinen bei Puppet ; während 'terraform apply' verwendet diff --git a/lib/cr_tf/__init__.py b/lib/cr_tf/__init__.py index df0c762..40d3da8 100644 --- a/lib/cr_tf/__init__.py +++ b/lib/cr_tf/__init__.py @@ -1,7 +1,7 @@ #!/bin/env python3 # -*- coding: utf-8 -*- -__version__ = '1.4.1' +__version__ = '1.4.2' MIN_VERSION_TERRAFORM = '0.12.2' MAX_VERSION_TERRAFORM = '0.12.99' -- 2.39.5