Is there a relatively simple way to add an apache configuration option that is not included in the puppetlabs:apache module? I have read a few posts that suggest creating a template file for this type of thing, but that seems like an overly complicated solution. Really, the included options in the module are fine for my purposes, but I need to add:
AgentHost /var/run/sockfile.sock
To the httpd.conf file (this is CentOS 7). Is there a best practice method for including non-standard apache options? Thanks!
↧