]> Frank Brehm's Git Trees - pixelpark/create-terraform.git/commitdiff
Extending etc/create-terraform.ini.default by a template for additional puppet enviro...
authorFrank Brehm <frank.brehm@pixelpark.com>
Fri, 3 Sep 2021 09:06:08 +0000 (11:06 +0200)
committerFrank Brehm <frank.brehm@pixelpark.com>
Fri, 3 Sep 2021 09:06:08 +0000 (11:06 +0200)
etc/create-terraform.ini.default

index f963b32ce57bcd098474c938168bbaf21a1a202b..d16a949adf34df4ccfcf343eda343d13b643e734 100644 (file)
@@ -128,5 +128,17 @@ cluster = test-vmcc-l105-01
 ; The prefix of the path in the consul backend
 ;backend_path_prefix = terraform
 
+; ##################
+; Puppet stuff
+
+; Comma separated list of allowed Puppet environments.
+; If the env name is prepended by a plus sign (+), then this env will be
+; added to the list of allowed Puppet environments (identic with no sign before
+; the environment name).
+; If the env name is prepended by a dash a.k.a. minus sign (-), then this
+; environment will be removed from the list of allowed Puppet environments.
+; Environment must start with a lowercase letter, and then there may be lowercase
+; letters, digits or underscores.
+;additional_puppet_environments = dev_fbrehm, dev_lutbeie
 
 # vim: filetype=dosini