summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2016-10-14 20:18:50 +0200
committermh <mh@immerda.ch>2016-10-14 20:18:50 +0200
commit40ad50af8fb8c27a1000b335617573cffa1b4340 (patch)
tree9e3ba9cdeae3d8417d47764bc8a96831f0e1db2f
parent6f1172ec053a1c095624d73aa9f0f020c36ca1ed (diff)
support repo for RedHat based systems
-rw-r--r--manifests/repo.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/repo.pp b/manifests/repo.pp
index f625599..7637f61 100644
--- a/manifests/repo.pp
+++ b/manifests/repo.pp
@@ -9,6 +9,9 @@ class tor::repo (
$location = 'https://deb.torproject.org/torproject.org/'
class { 'tor::repo::debian': }
}
+ 'RedHat': {
+ # no need as EPEL is the relevant reference
+ }
default: {
fail("Unsupported managed repository for osfamily: ${::osfamily}, operatingsystem: ${::operatingsystem}, module ${module_name} currently only supports managing repos for osfamily Debian and Ubuntu")
}