; 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