Add Ubuntu Trusty

It's in Beta now and has landed on the main mirrors.
This commit is contained in:
Aaron Stone 2014-03-04 12:46:27 -08:00
parent fd3e07e58f
commit cba6bb4a42

View file

@ -21,7 +21,7 @@ class apt::params {
}
'ubuntu': {
case $::lsbdistcodename {
'hardy','maverick','natty','oneiric','precise': {
'hardy','maverick','natty','oneiric','precise','trusty': {
$backports_location = 'http://us.archive.ubuntu.com/ubuntu'
$ppa_options = '-y'
}