summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/monitor.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/monitor.pp b/manifests/monitor.pp
index e71e8fd..e47b2b6 100644
--- a/manifests/monitor.pp
+++ b/manifests/monitor.pp
@@ -9,7 +9,7 @@ class onion::monitor(
hashed_control_password => $hashed_control_password,
}
- file { '/var/lib/tor/.arm':
+ file { '/root/.arm':
ensure => directory,
owner => root,
group => root,