Cut and paste error. Removed debian from solaris case.
This commit is contained in:
parent
75d1478b37
commit
9bb83dd426
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ class nginx::params {
|
|||
$nx_daemon_user = $::operatingsystem ? {
|
||||
/(?i-mx:debian|ubuntu)/ => 'www-data',
|
||||
/(?i-mx:fedora|rhel|redhat|centos|scientific|suse|opensuse|amazon|gentoo|oraclelinux)/ => 'nginx',
|
||||
/(?i-mx:debian|solaris)/ => 'webservd',
|
||||
/(?i-mx:solaris)/ => 'webservd',
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue