summaryrefslogtreecommitdiff
path: root/manifests/repo/debian.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2018-02-13 01:22:57 +0100
committermh <mh@immerda.ch>2018-02-13 01:22:57 +0100
commit24bd5ca46dc90c663f241933410d085fc1311fab (patch)
treef3498601b49fe453230c7a042edfd99b5c2f77f0 /manifests/repo/debian.pp
parent1fcbe72115d57d53fced2777c8b54a4ee4ec17e9 (diff)
parent228ae4a53999dbc49fa7c4d2883468dde10f19fb (diff)
Merge remote-tracking branch 'shared/master'
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,