puppet-apache
puppet-apache copied to clipboard
Setting port for apache does not remove default port values on CentOS/Redhat
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.
Have to verify this, the whole ports management on the module needs some refactoring.
Is this still an issue? I'm seeing the same thing.