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

Manage Include directives without managing the file.

This adds support for the new value 'onlyinclude' for the $ensure
parameter of apache::include_file.  Setting 'onlyinclude' will add
an Include directive to the main httpd.conf file without installing
(or otherwise managing) the file that is included.

This is useful if the included file is installed in some other way,
e.g. via package (RPM/Deb/ebuild/...) installation, or by using the
concat::file definition.  The latter is the direct motivation for
this feature; we will use that to manage Listen directives in the
upcoming commit.
parent 3782c197
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment