Skip to content
Snippets Groups Projects
Commit c92afd3d authored by Thomas Bellman's avatar Thomas Bellman
Browse files

New ensure value 'noinclude' for apache::include_file.

This adds support to the apache::include_file definition for putting
a config file in place in the conf.d directory, but without adding an
Include directive in httpd.conf (it will in fact remove any Include
directive referencing the file from httpd.conf).  This is done by
specifying "ensure => 'noinclude'" to apache::include_file.

This is useful if you want to create a configuration fragment that is
supposed to be Include:d from within e.g. a <VirtualHost> section.  An
example is the NSC munin module which wants to do exactly that.
parent 7e02af4b
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment