Merge pull request #258 from sodabrew/patch-1

Add Ubuntu Trusty
This commit is contained in:
Ashley Penney 2014-03-05 13:17:12 -05:00
commit c8c7659b0b

View file

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