Merge pull request #621 from 3flex/620-debian-8

Add support for Debian 8
This commit is contained in:
Matthew Haughton 2015-05-05 00:06:40 -04:00
commit fd6b4cc088

View file

@ -20,7 +20,7 @@ class nginx::params {
}
'Debian': {
if ($::operatingsystem == 'ubuntu' and $::lsbdistcodename in ['lucid', 'precise', 'trusty'])
or ($::operatingsystem == 'debian' and $::operatingsystemmajrelease in ['6', '7']) {
or ($::operatingsystem == 'debian' and $::operatingsystemmajrelease in ['6', '7', '8']) {
$_module_os_overrides = {
'manage_repo' => true,
'daemon_user' => 'www-data',