~ubuntu-branches/ubuntu/vivid/libmongodb-perl/vivid

« back to all changes in this revision

Viewing changes to devel/clusters/replicaset-2.4.yml

  • Committer: Package Import Robot
  • Author(s): gregor herrmann
  • Date: 2014-07-12 20:41:25 UTC
  • mfrom: (2.2.5 sid)
  • Revision ID: package-import@ubuntu.com-20140712204125-m1cox1ikaj5d86q1
Tags: 0.704.2.0-1
* New upstream release.
* Drop build dependencies which are not needed anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
---
2
 
type: replicaset
3
 
setName: foo
4
 
default_args: --noprealloc --smallfiles --nohttpinterface --nssize 6 --quiet
5
 
mongod:
6
 
    - name: host1
7
 
      version: 2.4.10
8
 
    - name: host2
9
 
      version: 2.4.10
10
 
 
11
 
# vim: ts=4 sts=4 sw=4 et: