You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.
When setting the port for apache to listen on, it ignores the values in the /etc/httpd/conf/ports.conf
Meaning if you want to configure apache using puppet to not listen on 80 you can't.
In the listen.pp file it should ensure that the ports.conf file is updated to reflect the port settings or perhaps add a flag to tell it to "replace" or "append"
Or if I'm missing something let me know. For instance if the "port" value on the apache class is to be used or something like that.
The text was updated successfully, but these errors were encountered:
When setting the port for apache to listen on, it ignores the values in the /etc/httpd/conf/ports.conf
Meaning if you want to configure apache using puppet to not listen on 80 you can't.
In the listen.pp file it should ensure that the ports.conf file is updated to reflect the port settings or perhaps add a flag to tell it to "replace" or "append"
Or if I'm missing something let me know. For instance if the "port" value on the apache class is to be used or something like that.
The text was updated successfully, but these errors were encountered: