From: Frank Brehm Date: Fri, 3 Sep 2021 09:06:08 +0000 (+0200) Subject: Extending etc/create-terraform.ini.default by a template for additional puppet enviro... X-Git-Tag: 1.5.2^2~43 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=094f52da925c30d1bebbaeae855c46a8a12b7215;p=pixelpark%2Fcreate-terraform.git Extending etc/create-terraform.ini.default by a template for additional puppet environments --- diff --git a/etc/create-terraform.ini.default b/etc/create-terraform.ini.default index f963b32..d16a949 100644 --- a/etc/create-terraform.ini.default +++ b/etc/create-terraform.ini.default @@ -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