From c1ff89391af886b5ce5b87a355c71eed4e3b5b1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Can=C3=A9vet?= Date: Mon, 11 Jan 2016 09:12:15 +0100 Subject: Fix typo --- manifests/params.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/params.pp b/manifests/params.pp index e8ed8c9..a72726c 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -56,7 +56,7 @@ class unattended_upgrades::params { } 'ubuntu': { # TODO do we really want to pull in ${distro_codename}-updates by default? - case $::distcodename { + case $::lsbdistcodename { 'precise': { $legacy_origin = true $origins = [ -- cgit v1.2.3