Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Commit

Permalink
puppet: set new-style celery config
Browse files Browse the repository at this point in the history
  • Loading branch information
unixwitch authored and kaedroho committed Mar 3, 2015
1 parent f66c898 commit 97cac6e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion puppet/project_namewagtail-production.pp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@
mediadir => "media",
deploy => [ '@admin' ], # CHANGEME
python_version => '2.7-local',
celeryd => true,
manage_daemons => [
'celery worker -C -c1 -A {{ project_name }}',
'celery beat -A {{ project_name }} -C -s $TMPDIR/celerybeat.db --pidfile=',
],
admins => {
# CHANGEME
# List of users to send error emails to. Eg:
Expand Down
5 changes: 4 additions & 1 deletion puppet/project_namewagtail-staging.pp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@
mediadir => "media",
deploy => [ '@admin' ], # CHANGEME
python_version => '2.7-local',
celeryd => true,
manade_daemons => [
'celery worker -C -c1 -A {{ project_name }}',
'celery beat -A {{ project_name }} -C -s $TMPDIR/celerybeat.db --pidfile=',
],
admins => {
# CHANGEME
# List of users to send error emails to. Eg:
Expand Down

0 comments on commit 97cac6e

Please sign in to comment.