Cut and paste error. Removed debian from solaris case.

This commit is contained in:
Jan Örnstedt 2014-02-12 09:19:01 +01:00
parent 75d1478b37
commit 9bb83dd426

View file

@ -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',
}
}