Add Ubuntu Trusty
authorAaron Stone <aaron@serendipity.cx>
Tue, 4 Mar 2014 20:46:27 +0000 (12:46 -0800)
committerAaron Stone <aaron@serendipity.cx>
Tue, 4 Mar 2014 20:46:27 +0000 (12:46 -0800)
It's in Beta now and has landed on the main mirrors.

manifests/params.pp

index b35bb1c8d91b0a667d2fbb3a2ae986628db86261..4b863ac127d852004f2f374fe1735f8ecc157b5e 100644 (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'
         }