Merge pull request #621 from 3flex/620-debian-8
Add support for Debian 8
This commit is contained in:
commit
fd6b4cc088
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue