From 1a7d1f3d4367db92612a04e0d3039b00229d8943 Mon Sep 17 00:00:00 2001 From: Patrick Hervieux Date: Fri, 14 Nov 2014 14:48:09 +0100 Subject: [PATCH] Add utopic support --- manifests/params.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/params.pp b/manifests/params.pp index 06925a3..b337965 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -63,7 +63,7 @@ class apt::params { $legacy_origin = true $origins = ['${distro_id} ${distro_codename}-security'] #lint:ignore:single_quote_string_with_variables } - 'precise', 'trusty': { + 'precise', 'trusty', 'utopic': { $backports_location = 'http://us.archive.ubuntu.com/ubuntu' $ppa_options = '-y' $legacy_origin = true -- 2.32.3