Skip to content

Commit

Permalink
params: support debian 8
Browse files Browse the repository at this point in the history
Install from upstream by default like for other OSs
  • Loading branch information
3flex committed May 1, 2015
1 parent 031fb9d commit 5ffb235
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 5ffb235

Please sign in to comment.