Skip to content
This repository has been archived by the owner on Aug 5, 2021. It is now read-only.

Commit

Permalink
give moin user a shell
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminp committed Jan 8, 2015
1 parent ac95b61 commit 993249c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cookbooks/psf-moin/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
maintainer_email "noah@coderanger.net"
license "Apache 2.0"
description "Installs and configures moinmoin for wiki.python.org"
version "0.0.1"
version "0.0.2"

depends "apache2"
depends "python"
2 changes: 1 addition & 1 deletion cookbooks/psf-moin/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
comment 'MoinMoin service'
gid 'moin'
system true
shell '/bin/false'
shell '/bin/bash'
home '/data/moin'
end

Expand Down

0 comments on commit 993249c

Please sign in to comment.