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 clear_env to be disabled #483

Merged
merged 2 commits into from
Oct 20, 2018
Merged

Allow clear_env to be disabled #483

merged 2 commits into from
Oct 20, 2018

Conversation

joshuaspence
Copy link
Contributor

Allow clear_env to be disabled for PHP-FPM pool definitions.

@@ -149,6 +152,7 @@
$include = undef,
$env = [],
$env_value = {},
$clear_env = undef,
Copy link
Member

@bastelfreak bastelfreak Oct 14, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please fix the indentation and add a datatype to it? I assume this should be a boolean? If so, please don't assign undef, but true of false as default.

@bastelfreak bastelfreak added the enhancement New feature or request label Oct 20, 2018
@bastelfreak
Copy link
Member

Thanks @joshuaspence !

@bastelfreak bastelfreak merged commit ad9e836 into voxpupuli:master Oct 20, 2018
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.

None yet

2 participants