~danilo/landscape-charm/apt-errors

« back to all changes in this revision

Viewing changes to templates/landscape-server

  • Committer: Danilo Šegan
  • Date: 2015-06-05 10:06:38 UTC
  • mfrom: (301.1.6 actions)
  • Revision ID: danilo@canonical.com-20150605100638-l9f6gvg3ks9rjq31
Merge charm-errors.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
# set the services you want to run to "yes".
13
13
# If you want to start more than one copy of each service, use a number
14
14
# instead of "yes" or "no". Currently, only msg, app and ping support this.
15
 
RUN_APPSERVER="yes"
 
15
RUN_APPSERVER="{{ service_counts["appserver"] }}"
16
16
RUN_ASYNC_FRONTEND="yes"
17
17
RUN_JOBHANDLER="yes"
18
18
RUN_MSGSERVER="{{ service_counts["message-server"] }}"