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

Change set_parameter to be an array of strings #595

Merged

Conversation

ZloeSabo
Copy link
Contributor

@ZloeSabo ZloeSabo commented Oct 6, 2020

Pull Request (PR) description

This changes set_parameter to be an array of strings instead of a single string. setParameter config setting can contain multiple parameters and also requires indentation for them. So with a string-typed parameter, workarounds were required to achieve a proper structure (example) with newlines and indentation. The current PR fixes that problem.

This Pull Request (PR) fixes the following issues

@ZloeSabo ZloeSabo force-pushed the feature/make-set-parameter-array branch from 8b58b19 to 1be9694 Compare October 6, 2020 08:56
manifests/server.pp Outdated Show resolved Hide resolved
@bastelfreak bastelfreak added enhancement New feature or request needs-tests needs-work not ready to merge just yet labels Oct 6, 2020
@ZloeSabo ZloeSabo force-pushed the feature/make-set-parameter-array branch from 82d5b42 to 7f3b670 Compare October 7, 2020 10:43
@ZloeSabo ZloeSabo force-pushed the feature/make-set-parameter-array branch from 7f3b670 to cec8591 Compare October 7, 2020 10:52
@bastelfreak bastelfreak removed needs-tests needs-work not ready to merge just yet labels Oct 7, 2020
@bastelfreak
Copy link
Member

thanks!

@bastelfreak bastelfreak merged commit a59b99e into voxpupuli:master Oct 7, 2020
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.

2 participants