Skip to content

Commit

Permalink
Merge pull request #621 from 3flex/620-debian-8
Browse files Browse the repository at this point in the history
Add support for Debian 8
  • Loading branch information
3flex committed May 5, 2015
2 parents b845440 + 5ffb235 commit fd6b4cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
'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',
Expand Down

0 comments on commit fd6b4cc

Please sign in to comment.