From 145b5238258827702ad3ac4a0a9713981209e1bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Charaoui?= Date: Tue, 19 Jun 2018 14:15:28 -0400 Subject: Fix another fact var scope issue in upgrade example --- UPGRADING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADING.md b/UPGRADING.md index a8f094e..e6ed719 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -48,7 +48,7 @@ By default, the puppetlabs module won't create any sources. To replicate the sha "${::lsbdistcodename}-security": location => 'http://security.debian.org/debian-security', repos => 'main contrib non-free', - release => "${lsbdistcodename}/updates"; + release => "${::lsbdistcodename}/updates"; 'testing': location => 'http://deb.debian.org/debian', -- cgit v1.2.3