From c192c140deb5c257e4f3d1902edad348338f4802 Mon Sep 17 00:00:00 2001 From: intrigeri Date: Thu, 26 Jan 2012 18:54:00 +0100 Subject: Use /bin/sh as a shell for the debian-tor user. The Debian package ships like this, and unless we have a pretty good reason to diverge, we'd better make sure we don't blindly break things. --- manifests/daemon.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') 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'], } -- cgit v1.2.3