Skip to content

Commit af57ff1

Browse files
authoredDec 31, 2023
Merge pull request #2495 from puppetlabs/fix-mod_suexec
2 parents 60fcd09 + afb9d13 commit af57ff1

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed
 

‎manifests/vhost.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2715,7 +2715,7 @@
27152715
concat::fragment { "${name}-suexec":
27162716
target => "${priority_real}${filename}.conf",
27172717
order => 290,
2718-
content => "SuexecUserGroup ${suexec_user_group}",
2718+
content => " SuexecUserGroup ${suexec_user_group}\n",
27192719
}
27202720
}
27212721

‎templates/vhost/_suexec.epp

-4
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.