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

Recipe is incorrectly setting acronym options as camel case #98

Open
mattsearles opened this issue Nov 5, 2018 · 1 comment
Open

Recipe is incorrectly setting acronym options as camel case #98

mattsearles opened this issue Nov 5, 2018 · 1 comment

Comments

@mattsearles
Copy link

When overridding the config for [clamd].[config].[tcp_socket] it will update the clamd.conf file with:

Below are the values I'm overriding along with a null value for local_socket to remove that option in the config.

       - update content in file /etc/clamav/clamd.conf
         ##############################################
         StreamMaxPort XXXXX
         StreamMinPort XXXXX
        +TcpSocket XXXX

This property is then not recognised when starting up the clamav service. I assume this would be the case for any acronym in that should be upper case in the config file.

@mattsearles
Copy link
Author

You can set the configuration to "t_c_p_socket" : 3310 to get this to work correctly but this is a workaround.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant