Adding config file to /etc/aurora
This commit is contained in:
parent
1a046b30af
commit
d4f442d05c
3 changed files with 16 additions and 2 deletions
3
debian/australis.install
vendored
3
debian/australis.install
vendored
|
@ -1 +1,2 @@
|
||||||
build/australis usr/bin
|
build/australis usr/bin
|
||||||
|
debian/etc/aurora/australis.yml etc/aurora
|
||||||
|
|
2
debian/compat
vendored
2
debian/compat
vendored
|
@ -1 +1 @@
|
||||||
9
|
10
|
||||||
|
|
13
debian/etc/aurora/australis.yml
vendored
Normal file
13
debian/etc/aurora/australis.yml
vendored
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
---
|
||||||
|
|
||||||
|
#username: "aurora"
|
||||||
|
#password: "secret"
|
||||||
|
#clientKey: "/path/to/client/key"
|
||||||
|
#clientCert: "/path/to/client/cert"
|
||||||
|
#caCertsPath: "/path/to/ca/certs"
|
||||||
|
#skipCertVerification: true
|
||||||
|
#scheduler: "http://DirecToScheduler"
|
||||||
|
#zk:
|
||||||
|
#- 192.168.3.1
|
||||||
|
#- 192.168.3.2
|
||||||
|
#- 192.168.3.3
|
Loading…
Add table
Add a link
Reference in a new issue