Skip to content

Commit

Permalink
Merge pull request #454 from LeslieCarr/MODULES-1827-add-cumulus-linux
Browse files Browse the repository at this point in the history
MODULES-1827 adding Cumulus Linux detection
  • Loading branch information
tphoney committed Mar 6, 2015
2 parents 0e32207 + 4802a6f commit b473af1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
}
}
}
'Cumulus Networks': {
$distid = 'debian'
$distcodename = $::lsbdistcodename
}
'': {
fail('Unable to determine lsbdistid, is lsb-release installed?')
}
Expand Down

0 comments on commit b473af1

Please sign in to comment.