Skip to content

Commit

Permalink
Fix puppet/redis.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjl committed Oct 4, 2011
1 parent 0a25cbf commit 3dfee45
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.markdown
Expand Up @@ -28,7 +28,6 @@ Spin up a VM, SSH in, and set up the environment:
cd /vagrant

cp src/newseasons/settings-vagrant.clj src/newseasons/settings.clj
lein plugin install lein-noir 1.2.0
lein deps

Run the web server (while SSH'ed in):
Expand Down
2 changes: 1 addition & 1 deletion puppet/modules/redis/manifests/server.pp
Expand Up @@ -120,7 +120,7 @@
default => undef,
},
require => $ensure ? {
'present' => [User["redis"], File["/etc/init.d/redis-server"]],
'present' => [File[$redis_log], User["redis"], File["/etc/init.d/redis-server"]],
default => undef,
},
before => $ensure ? {
Expand Down

0 comments on commit 3dfee45

Please sign in to comment.