Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow uppercase characters in environment names #491

Merged
merged 1 commit into from
Oct 27, 2019

Conversation

nmaludy
Copy link
Member

@nmaludy nmaludy commented Jun 5, 2019

Pull Request (PR) description

Previously the r10k::deploy task would limit the environment name to a regex that only matched lowercase characters. However, r10k does allow for environment names to contain uppercase characters because r10k deploy environment -pv ABC123_test works correctly.

This PR modifies the regex for the r10k::deploy task to allow for uppercase characters in environment names.

Question: should we also allow for uppercase characters in module names?

This Pull Request (PR) fixes the following issues

n/a

@nmaludy
Copy link
Member Author

nmaludy commented Jun 5, 2019

Looks like build failures are unrelated to my changes. Can someone refresh the CI to see if it will pass?

@baurmatt
Copy link
Contributor

baurmatt commented Jun 5, 2019

This is because the puppetlabs-ruby dependency broke. Fixing in puppetlabs-toy-chest/puppetlabs-ruby#88

@nmaludy
Copy link
Member Author

nmaludy commented Jun 5, 2019

Thanks @baurmatt i'll wait for that PR to get merged and then kick off Travis again.

@bastelfreak bastelfreak added the enhancement New feature or request label Jun 8, 2019
@rnelson0
Copy link
Member

Kicked off the new build since puppetlabs/ruby has been updated.

@bastelfreak bastelfreak merged commit 8343202 into voxpupuli:master Oct 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants