summaryrefslogtreecommitdiff
path: root/manifests/daemon/socks.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/daemon/socks.pp')
-rw-r--r--manifests/daemon/socks.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/daemon/socks.pp b/manifests/daemon/socks.pp
index 17ce40b..43256ae 100644
--- a/manifests/daemon/socks.pp
+++ b/manifests/daemon/socks.pp
@@ -2,8 +2,8 @@
define tor::daemon::socks(
$port = 0,
$listen_addresses = [],
- $policies = [] ) {
-
+ $policies = [],
+) {
concat::fragment { '02.socks':
content => template('tor/torrc.socks.erb'),
order => '02',