Skip to content

Commit

Permalink
Merge pull request #1184 from bastelfreak/archlinux
Browse files Browse the repository at this point in the history
use correct nginx package name on archlinux
  • Loading branch information
bastelfreak authored Mar 3, 2018
2 parents 99c13aa + 25606dc commit 27cf7ca
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@
case $::osfamily {
'ArchLinux': {
$_module_os_overrides = {
'pid' => false,
'daemon_user' => 'http',
'log_group' => 'log',
'pid' => false,
'daemon_user' => 'http',
'log_group' => 'log',
'package_name' => 'nginx-mainline',
}
}
'Debian': {
Expand Down

0 comments on commit 27cf7ca

Please sign in to comment.