]> gitweb.fluxo.info Git - puppet-tor.git/commitdiff
Use /bin/sh as a shell for the debian-tor user.
authorintrigeri <intrigeri@boum.org>
Thu, 26 Jan 2012 17:54:00 +0000 (18:54 +0100)
committerintrigeri <intrigeri@boum.org>
Thu, 26 Jan 2012 17:54:00 +0000 (18:54 +0100)
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

index c779cd0dd9266e4b41a7cd9e16ae5010c2175036..76f3c64a00052b9f5944ed46501c158fd4ddcbfc 100644 (file)
@@ -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'], 
   }