Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
suitpuppet
su_apache
Commits
999b6543
Commit
999b6543
authored
Oct 04, 2019
by
Adam Lewenberg
Browse files
add some comments
parent
c80e1a28
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/systemd_override.pp
View file @
999b6543
# Override systemd's apache configiuration.
# Override systemd's apache configuration.
# $private_tmp: if set to true then systemd will force Apache to use a
# "private" /tmp directory (that is, when Apache writes to /tmp/ it is in
# fact writing to a special directory in /var/tmp that no other process
# has access to). This is a problem for certreq since certreq creates a
# file in /tmp and then calls an external executable to get NetDB access
# information that needs to access this file. A private /tmp makes this
# impossible. So we set it to false by default.
class
su_apache::systemd_override
(
$private_tmp
=
tru
e
$private_tmp
=
fals
e
)
{
systemd::dropin_file
{
'apache2.conf'
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment