Conf management

as most of the configuration is handle by puppet.
how can I have some new conf/setup for the apache httpd ?
like :


conf/ports.conf

************************************

Listen & NameVirtualHost resources in module puppetlabs-apache

Managed by Puppet

************************************


how to add ports which will not be remove by some “reconfiguration” ?

Listen 443
Listen 80

This can be done with custom hiera, found a similar thread at Persistently create a new Apache VirtualHost alongside Foreman

1 Like

whefre should I put this custom hiera ? and how to pass it to foreman-installer ?