summaryrefslogtreecommitdiff
path: root/puppet/modules/site_tor/manifests/init.pp
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-02-08 23:11:15 -0800
committerelijah <elijah@riseup.net>2013-02-08 23:11:15 -0800
commit6e3d87d88578447aa4358aabdf270df2082b422d (patch)
tree83f5c2806e11275363010436f851c57b7d0bd414 /puppet/modules/site_tor/manifests/init.pp
parent57adb7f3d527ecd4d3a41b6a1935b93c8266a688 (diff)
changed contact_email to tor.contacts
Diffstat (limited to 'puppet/modules/site_tor/manifests/init.pp')
-rw-r--r--puppet/modules/site_tor/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/modules/site_tor/manifests/init.pp b/puppet/modules/site_tor/manifests/init.pp
index dc16f91a..ceb6fb13 100644
--- a/puppet/modules/site_tor/manifests/init.pp
+++ b/puppet/modules/site_tor/manifests/init.pp
@@ -5,8 +5,8 @@ class site_tor {
$bandwidth_rate = $tor['bandwidth_rate']
$tor_type = $tor['type']
$nickname = $tor['nickname']
+ $contact_email = $tor['contacts']
- $contact_email = hiera('contact_email')
$address = hiera('ip_address')
class { 'tor::daemon': }