summaryrefslogtreecommitdiff
path: root/manifests/repo/debian.pp
blob: 174c3310dd984f5904b8c161222b9a1c07d5ef99 (plain)
1
2
3
4
5
6
7
8
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,
  }
}