summaryrefslogtreecommitdiff
path: root/manifests/daemon.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/daemon.pp')
-rw-r--r--manifests/daemon.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/daemon.pp b/manifests/daemon.pp
index c779cd0..76f3c64 100644
--- a/manifests/daemon.pp
+++ b/manifests/daemon.pp
@@ -26,7 +26,7 @@ class tor::daemon inherits tor {
comment => 'tor user,,,',
ensure => present,
home => $data_dir,
- shell => '/bin/sh',
+ shell => '/bin/bash',
gid => 'debian-tor',
require => Group['debian-tor'],
}