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

Update settings regexes to support settings containing square brackets #65

Merged
merged 3 commits into from
Dec 6, 2013

Conversation

shrug
Copy link
Contributor

@shrug shrug commented Dec 5, 2013

... and single-quotes.

We have config files with settings similar to:

xyzzy['thing1']['thing2']=xyzzyvalue

Currently these are applied at each run, as @@SETTING_REGEX does not match.

This PR updates the settings regexes to detect settings similar to the one above.

hunner added a commit that referenced this pull request Dec 6, 2013
Update settings regexes to support settings containing square brackets
@hunner hunner merged commit a0b63eb into puppetlabs:master Dec 6, 2013
@smortex smortex added the bugfix label Jun 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants