summaryrefslogtreecommitdiff
path: root/manifests/repo/debian.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/repo/debian.pp')
-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,