Skip to content

Commit

Permalink
Merge pull request #2495 from puppetlabs/fix-mod_suexec
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl authored Dec 31, 2023
2 parents 60fcd09 + afb9d13 commit af57ff1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion manifests/vhost.pp
Original file line number Diff line number Diff line change
Expand Up @@ -2715,7 +2715,7 @@
concat::fragment { "${name}-suexec":
target => "${priority_real}${filename}.conf",
order => 290,
content => "SuexecUserGroup ${suexec_user_group}",
content => " SuexecUserGroup ${suexec_user_group}\n",
}
}

Expand Down
4 changes: 0 additions & 4 deletions templates/vhost/_suexec.epp

This file was deleted.

0 comments on commit af57ff1

Please sign in to comment.