summaryrefslogtreecommitdiff
path: root/manifests/repo/debian.pp
blob: 81976a2e227a7cf342184cce438676b9692aef6c (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 { $tor::repo::source_name:
    ensure      => $::tor::repo::ensure,
    location    => $::tor::repo::location,
    key         => $::tor::repo::key,
    include_src => $::tor::repo::include_src,
  }
}