summaryrefslogtreecommitdiff
path: root/puppet/modules/site_shorewall/manifests/tor.pp
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/modules/site_shorewall/manifests/tor.pp')
-rw-r--r--puppet/modules/site_shorewall/manifests/tor.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/puppet/modules/site_shorewall/manifests/tor.pp b/puppet/modules/site_shorewall/manifests/tor.pp
index 8fe21ee6..f35af985 100644
--- a/puppet/modules/site_shorewall/manifests/tor.pp
+++ b/puppet/modules/site_shorewall/manifests/tor.pp
@@ -8,7 +8,8 @@ class site_shorewall::tor {
# define macro for incoming services
file { '/etc/shorewall/macro.leap_tor':
content => "PARAM - - tcp $tor_port ",
- notify => Service['shorewall']
+ notify => Service['shorewall'],
+ require => Package['shorewall']
}