From 094f52da925c30d1bebbaeae855c46a8a12b7215 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Fri, 3 Sep 2021 11:06:08 +0200 Subject: [PATCH] Extending etc/create-terraform.ini.default by a template for additional puppet environments --- etc/create-terraform.ini.default | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 -- 2.39.5