summaryrefslogtreecommitdiff
path: root/manifests/daemon/dns.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/daemon/dns.pp')
-rw-r--r--manifests/daemon/dns.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/daemon/dns.pp b/manifests/daemon/dns.pp
index f3a7027..4677f24 100644
--- a/manifests/daemon/dns.pp
+++ b/manifests/daemon/dns.pp
@@ -10,7 +10,7 @@ define tor::daemon::dns(
owner => 'debian-tor',
group => 'debian-tor',
mode => '0644',
- order => 08,
+ order => '08',
target => $tor::daemon::config_file,
}
}