aboutsummaryrefslogtreecommitdiff
path: root/manifests/repo/debian.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/repo/debian.pp')
-rw-r--r--manifests/repo/debian.pp9
1 files changed, 9 insertions, 0 deletions
diff --git a/manifests/repo/debian.pp b/manifests/repo/debian.pp
new file mode 100644
index 0000000..174c331
--- /dev/null
+++ b/manifests/repo/debian.pp
@@ -0,0 +1,9 @@
+# PRIVATE CLASS: do not use directly
+class tor::repo::debian inherits tor::repo {
+ apt::source { $source_name:
+ ensure => $::tor::repo::ensure,
+ location => $::tor::repo::location,
+ key => $::tor::repo::key,
+ include_src => $::tor::repo::include_src,
+ }
+}