summaryrefslogtreecommitdiff
path: root/manifests/repo
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2016-08-25 10:26:40 -0400
committerMicah Anderson <micah@riseup.net>2016-08-25 10:26:40 -0400
commit49b67cbc9112fddf49cc12264d2626fd952e0a7c (patch)
treee20311cd395d383fe145b93c6f388a466fd6d0de /manifests/repo
parent687dccf2b5b99ea5b4f2fdfb115295ccff9a1c1a (diff)
Fixes for puppet lint
Diffstat (limited to 'manifests/repo')
-rw-r--r--manifests/repo/debian.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/repo/debian.pp b/manifests/repo/debian.pp
index 174c331..81976a2 100644
--- a/manifests/repo/debian.pp
+++ b/manifests/repo/debian.pp
@@ -1,6 +1,6 @@
# PRIVATE CLASS: do not use directly
class tor::repo::debian inherits tor::repo {
- apt::source { $source_name:
+ apt::source { $tor::repo::source_name:
ensure => $::tor::repo::ensure,
location => $::tor::repo::location,
key => $::tor::repo::key,