You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: Environment names can contain lowercase letters, numbers, and underscores. They must match the following regular expression rule: \A[a-z0-9_]+\Z. If you are using Puppet 5, remove the environment_data_provider setting.
I can deploy environments with r10k that contain lowercase and uppercase letters. I also didn't notice any issues while doing a quick test. Also r10k didn't correct my environment FOO to foo. Are uppercase letters supported and just the docs aren't up2date?
Expected Behavior
Support lower- and uppercase letters in environment names.
Hey,
I need to validate branch names for a larger PE installation. Is there any chance someone can take a look soonish?
lisarobertson
changed the title
wrong documentation for allowed environment name characters (maybe?)
OSP: wrong documentation for allowed environment name characters (maybe?)
Sep 6, 2024
Describe the Bug
From https://www.puppet.com/docs/puppet/7/environments_creating#env_structure
I can deploy environments with r10k that contain lowercase and uppercase letters. I also didn't notice any issues while doing a quick test. Also r10k didn't correct my environment
FOO
tofoo
. Are uppercase letters supported and just the docs aren't up2date?Expected Behavior
Support lower- and uppercase letters in environment names.
Steps to Reproduce
FOO
puppet agent -t --environment FOO
Environment
Additional Context
There is also https://www.puppet.com/docs/puppet/7/lang_reserved.html#environment-names
The text was updated successfully, but these errors were encountered: