From: Frank Brehm Date: Fri, 13 Dec 2019 12:48:43 +0000 (+0100) Subject: Version bump to 1.4.2 X-Git-Tag: 1.4.2^0 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=1204e6e4e74147aa110a5ec374dbff5777ce5741;p=pixelpark%2Fcreate-terraform.git Version bump to 1.4.2 --- 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'