summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJérôme Charaoui <jcharaoui@cmaisonneuve.qc.ca>2018-06-19 14:15:28 -0400
committerJérôme Charaoui <jcharaoui@cmaisonneuve.qc.ca>2018-06-19 14:15:28 -0400
commit145b5238258827702ad3ac4a0a9713981209e1bc (patch)
tree3e6fcaf601b9e9e1b3f7ea143f45b639e7db08af
parent7d4d086c6f272aa5f0d3823a7266632c8d3debb1 (diff)
Fix another fact var scope issue in upgrade example
-rw-r--r--UPGRADING.md2
1 files changed, 1 insertions, 1 deletions
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',