]> Frank Brehm's Git Trees - pixelpark/create-terraform.git/commitdiff
Version bump to 1.4.2 1.4.2
authorFrank Brehm <frank.brehm@pixelpark.com>
Fri, 13 Dec 2019 12:48:43 +0000 (13:48 +0100)
committerFrank Brehm <frank.brehm@pixelpark.com>
Fri, 13 Dec 2019 12:48:43 +0000 (13:48 +0100)
etc/create-terraform.ini.default
lib/cr_tf/__init__.py

index 240db19156d49d3f181d762a444988d9b828f1d0..f963b32ce57bcd098474c938168bbaf21a1a202b 100644 (file)
@@ -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
index df0c76273a731d43365b760e11aa6d71f0a089b0..40d3da8e830cc9894a7db1513d987dc9e145741e 100644 (file)
@@ -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'