~gary/charms/oneiric/buildbot-slave/better-install

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Gary Poster
  • Date: 2012-01-30 19:09:50 UTC
  • Revision ID: gary.poster@canonical.com-20120130190950-hxifzs3r9p09l5jm
add files from lp:~frankban/charms/oneiric/buildbot-slave/initial

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
options:
 
2
  installdir:
 
3
    description: |
 
4
      The directory where the Buildbot slave will be installed.
 
5
    type: string
 
6
    default: /tmp/buildbot
 
7
  name:
 
8
    description: |
 
9
      The name of this slave.
 
10
    type: string
 
11
    default: example-slave
 
12
  passwd:
 
13
    description: |
 
14
      The password of this slave.
 
15
    type: string
 
16
    default: pass
 
17