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 type of custom fragment with any or tuple #2490

Open
Jerem59 opened this issue Oct 25, 2023 · 0 comments
Open

Change type of custom fragment with any or tuple #2490

Jerem59 opened this issue Oct 25, 2023 · 0 comments

Comments

@Jerem59
Copy link

Jerem59 commented Oct 25, 2023

Use Case

Add proxyremote conf with noproxy in the cutom fragment
because this mode is not present in apache module

Describe the Solution You Would Like

Use an array to declare each row in the custom fragment instead of a string

Additional Context

if i add to my config, in the conf file apache, the data are not correctly indented if a use hiera
It's necessary to add \n and to escape double quotes to declare the entries like

    custom_fragment: "ProxyRemote \"*\"  \"https://srv1.cg59.fr:3000\"\n  
                          NoProxy \".intranet.example\" \"172.\" \"192\" \"localhost\" \"127.0.0.1\" \".another.domain\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants